It used to be username@bitbucket... , but recently they changed the policy so that I need to login with my email or something.
That would make the URL something like:
https://name@mycompany.com@bitbucket.org/project/repository.git
That can't be right!
The URLs for repos have not changed, nor have the usernames used to authenticate for Git or Mercurial transactions. The only place the email address factors in is GUI authentication.
thanque
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While not needed for this situation, it may come in handy to know in the future that if a http auth username is an email address, change the @ to %40 (the urlencoded value of an @ )
CCM
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.