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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.