Can't clone private repo on github from SourceTree

前端 未结 3 1257
-上瘾入骨i
-上瘾入骨i 2021-02-12 19:23

A similar issue is described here however, my symptoms are a little different and none of the steps there seemed to work. Nor does the suggestion here work.

I\'m attemp

3条回答
  •  终归单人心
    2021-02-12 19:59

    It happens because SourceTree didn't get some private access from Github while authenticating. So the solution is very simple

    1. Login into your Github account on any browser
    2. From top right corner select SETTINGS
    3. Now select DEVELOPER SETTINGS
    4. From DEVELOPER SETTINGS select PERSONAL ACCESS TOKEN
    5. Now from PERSONAL ACCESS TOKEN select GENERATE TOKEN
    6. Fill Note as sourcetree and Check All Scopes from checkbox as show in below screenshots

    7. After Click on Generate Token

    8. Now Open sourceTree

    9. Click on sourceTree preference & Click add Account

    10. Select options as shown in below screen shot
    11. Enter username as your Github account username and password as Generated Token from Github
    12. Click on SAVE now you might see all your repository are visible and can clone too

    Hope it helps

提交回复
热议问题