创建令牌时,我无法在 Android Studio 的 GitHub 上获得授权
我在 GitHub 创建了一个令牌,然后前往 Android Studio 添加此令牌。在版本控制 GitHub 设置中,我单击“添加帐户”。它在我的浏览器中将我重定向到 JetBrains,并要求我在 GitHub 上获得授权。我输入了登录名和密码,但它什么也没做,只是清空了字段,就好像我输入了错误一样。如何直接在Android Studio中添加帐户?
I created a token at GitHub and went to Android Studio to add this token. In Version Control GitHub settings I clicked on "Add account". It redirected me to JetBrains in my browser and asked me to get authorized at GitHub. I entered my login and password, but it did nothing but emptied the fields as if I entered this wrong. How can I add an account directly in Android Studio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我遇到了同样的问题。我建议您访问工具栏中 GIT 图标中的 github 选项。如果找不到它,那么它一定位于 VCS 命名选项中。由于我的排名不足以发布照片,因此这些链接应该可以帮助您
转到 git 选项或 VCS 选项工具栏。在下拉列表中找到 github 选项,然后选择在 github 上共享
,然后选择使用令牌登录,它应该会带您到浏览器上的 github 页面,并在其中生成一个身份验证令牌,您可以将其复制并粘贴到对话框中并进行验证。希望这有帮助!
选择使用令牌登录
现在输入复制的令牌并添加您的帐户
I faced the same issue. I would recommend you to got to the github option in GIT icon in the toolbar. if you cannot find it then it must be in the VCS named option. Since my rank is not enough to post photos,so these links should help you
go to git option or VCS option in toolbar. find github option in the dropdown and select share on github
then select login with token and it should take you to your github page on your browser where it generates an auth token which you can copy and paste in the dialog box and verify. Hope this Helped!
select Login with token
Now type the copied token and add your account
转到设置并选择版本控制,然后选择 github 并添加按钮使用令牌登录
然后,当单击时将显示添加令牌的对话框,您可以从版本控制生成它
您可以尝试这些步骤
Go to setting and select version control then select github and add button use login with token
then when click will show dialog for add token you generate it from version control
you can try these steps