The user can login to bitbucket via the web interface (also shown on Admin->Users) but when he tries to clone via TortoiseGIt on Windows there is an error not licensed:
Cloning into ....
fatal: remote error: Not licensed
git exit code 128
Admin-> Licensing
How to resolve this
...yes same thing on the command line.
git clone https://USER@git.example.com/....
did the trick, where USER is the username
git config --global user.name "..."
git config --global user.email "..."
might have worked as well?
HI @haa I do not use TortoiseGit, but did you try to Clone manually in Git Console? Is it working or does it display the same error?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.