Answers for "sourcetree add personal access token"

0

sourcetree add personal access token

Had the same problem.

With SourceTree, do the following:

Generate your Personal access tokens 13 in Github account setting.
Double click a repository in SourceTree, click Setting icon in the top right of the popup window.
Click Remotes in the menu tab. You will see the remote URL of this repository, which should be like this https://github.com/username/repo.git .
Click Edit and change it to https://<your_token>@github.com/username/repo.git .
DONE.
Posted by: Guest on April-11-2022

Code answers related to "sourcetree add personal access token"

Browse Popular Code Answers by Language