Open yogihardi opened 7 years ago
Maybe this answer will solve your problem
https://stackoverflow.com/a/36500841/4075313
add in your .gitconfig
:
# Enforce SSH
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[url "ssh://git@gitlab.com/"]
insteadOf = https://gitlab.com/
[url "ssh://git@bitbucket.org/"]
insteadOf = https://bitbucket.org/
Hi,
In my project, I use more than one private repos, when glide asks me about the credential (user/password),
stdin
and glide's logs make me confused, they are scrambled each other, please see the output below:is there any solution to pass the credential? I prefer using Private Access Token
maybe that will be better when glide asks about credentials, it should wait until user input the user/pass and hold other process, like hold the
info
logs.thanks.