Change Github account in Android Studio

后端 未结 11 714
我在风中等你
我在风中等你 2021-02-05 02:37

I have used one Github account to push an android project to Github from Android Studio. Now I have created another account on Github and want to push my another android project

11条回答
  •  悲哀的现实
    2021-02-05 03:08

    Step 1

    Change file config in directory .git that located in your project folder

    Step 2

    In terminal @ current project, type:
    git credential-manager uninstall

    Cheers~

提交回复
热议问题