thathoff / kirby-git-content

Commit and Push changes made via the Panel
MIT License
138 stars 20 forks source link

Authentication failed for git #41

Closed hamidasgarian closed 4 years ago

hamidasgarian commented 7 years ago

my project coned fine by command: git clone http://root@local-ip/root/project.git

but when i want to push it i get this error: fatal: Authentication failed for 'http://root@local-ip/root/project.git/' (i type correct password for user root and ssh root@local-ip work fine!)

my git config inside in cloned project its: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = http://root@local-ip/root/project.git fetch = +refs/heads/:refs/remotes/origin/ [branch "master"] remote = origin merge = refs/heads/master

please someone with git knowledge help me

thathoff commented 4 years ago

Hi @hamidasgarian, im currently taking over the maintenance of this plugin. This issue is quite old so I’ll close it. If you still have this issue feel free to open it again.