ssh - return code 22, fatal: git-http-push-failed -


i made own git repo on server using git init --bare. added files there , cloned repo myserver git clone http://www.example.com/mygit/repo , cloned perfectly. want push directory git push origin master returning code 22. added ssh public key of pc http://www.example.com/mygit/repo/.ssh/authorized_keys still can't push repo.

try add config file in bare repository:

[http]        receivepack = true 

Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -