I started using Visual Studio Code, and I was trying to save my test project into GitHub, but Visual Studio Code is always asking for my GitHub credentials.
I have i
You should be able to set your credentials like this:
git remote set-url origin https://:@bitbucket.org/path/to/repo.git
You can get the remote url like this:
git config --get remote.origin.url