Git push returns error code 403
症状
When pushing to Stash 1.0.0, it responds with the error code 403.
$ git push url directory
Cloning into 'directory'...
error: The requested URL returned error: 403 while accessing url
fatal: HTTP request failed
原因
You do not have permissions to push changes to this repository.
Stash 1.0.1 and above do not respond with a 403, instead they give an explicit error description in the output of the git command.
ソリューション
See Creating projects. You have permission to see the repository, but not to contribute.
Last modified on Mar 15, 2013
Powered by Confluence and Scroll Viewport.