You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Hello,
I'm trying to use go-git to clone/add/commit/push with HTTPS (not ssh).
I have no problem with the clone/add/commit but when i try to push i get the following error : error: receive-pack not supported yet
Everything works fine except the push.
If i don't use the httpAuth on the push i get the same error.
If i try the command "git http-push ..." directly from the bash, it works fine.
Any idea ?
Thanks ;)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm trying to use go-git to clone/add/commit/push with HTTPS (not ssh).
I have no problem with the clone/add/commit but when i try to push i get the following error : error: receive-pack not supported yet
This is the pseudo-code i use :
Everything works fine except the push.
If i don't use the httpAuth on the push i get the same error.
If i try the command "git http-push ..." directly from the bash, it works fine.
Any idea ?
Thanks ;)
The text was updated successfully, but these errors were encountered: