SourceTree for Windows 1.5.2
I have a sub repository that requires authentication.
When I add this repository as a subtree, push, or pull, the dialog stops after it says
git -c diff.mnemonicprefix=false -c core.quotepath=false subtree push -P (my subdirectory) http://(mysub repository).git master
git push using: http://(mysub repository).git master
It seems like git.exe is asking my username and password.
How can I do with this?
using ssh instead of https solved this for me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.