3
votes

I am trying to create a new job. When I select git and enter my repository URL, I get the error:

HTTP ERROR 403 Problem accessing /job/hello%20world/descriptorByName/hudson.plugins.git.UserRemoteConfig/checkUrl. Reason: No valid crumb was included in the request

I am getting an error in Visual Studio 2013 source control. Any idea on what is happening and how to solve the problem?

1
I think the problem may be in my git repo because I get error when I try to commit changes in vs 2013 - kogibail
using vs 2017 I get this error when trying to sync :opening repositories: c:\users\user\Source\Repos***** Error encountered while pushing branch to the remote repository: Git failed with a fatal error. HttpRequestException encountered. An error occurred while sending the request. cannot spawn askpass: No such file or directory could not read Username for 'github.com': terminal prompts disabled Pushing to github.com****/hello-world.git - kogibail

1 Answers

1
votes

This comes from JENKINS/CSRF+Protection.

Check as in here that it is activated.
I would not recommend to desactivate it as show here.