As title, when I create a new repository using WebUI tool from gitblit I got this problem.
I tried all type of solution:
- Create a repository with anonymous read/write.
- Create a repository with authentication read/write.
After created, I try to force push but got this error
The requested URL returned error: 403 while accessing http://mygitserver.com/git/folder/mygitrepo.git/info/refs?service=git-receive-pack fatal: HTTP request failed
Now I cannot do anything with my repository.
Notes: All existed repositories are working normal.