I recently installed and configured a Stash server.
I can login on the webinterface but then I supply the same username and password when for example doing a git clone it says :
fatal: Authentication failed for '...'
How is this possible?
I recently installed and configured a Stash server.
I can login on the webinterface but then I supply the same username and password when for example doing a git clone it says :
fatal: Authentication failed for '...'
How is this possible?
What you should do is clone using a ssh key
.
You can add a public ssh key in your user settings, in stash.
Then, you can clone using the ssh:// URL that will show when you're trying you clone, and you won't have to type a password ever again.
This is safer, and easier.