国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

You‘ve successfully authenticated, but GitHub does not provide shell access.問題解決

這篇具有很好參考價值的文章主要介紹了You‘ve successfully authenticated, but GitHub does not provide shell access.問題解決。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

問題與原因

https://github.com/settings/keys已經(jīng)配置了本地的git 通過git-keygen -t rsa命令生成的秘鑰已經(jīng)配置,而使用 ssh git@github.com命令得到如下的反饋

$ ssh -T git@github.com
Hi xxx! You've successfully authenticated, but GitHub does not provide shell access.

這時候只看到successfully以為已經(jīng)配好了密鑰,以后項目都可以連接github了,但其實后面 does not provide shell access告知了不可以使用shell訪問。
然后使用項目在git push 的時候?qū)⑦€是會提示輸入賬號密碼。并且現(xiàn)在 git 也不允許 http 連接,所以提供賬號密碼也沒辦法 push。

$ git push -u origin main
Username for 'https://github.com': xxx@qq.com
Password for 'https://xxx@qq.com@github.com': 
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/xxx/xxx.git/'

這一段的意思你原先的密碼憑證從2021年8月13日開始就不能用了,必須使用個人訪問令牌(personal access token),就是把你的密碼替換成token!

解決方案

  1. 第一種是根據(jù)提示的來使用token的解決方案:作者在這篇文章有提供解決github配置ssh密鑰后仍然需要登錄
  2. 第二種可以通過以下命令添加遠(yuǎn)程倉庫
git remote set-url origin git@github.com:用戶名/倉庫名.git

注意這里并非普通的http格式添加遠(yuǎn)程倉庫
然后查看遠(yuǎn)程倉庫可以發(fā)現(xiàn)已經(jīng)改變了格式:文章來源地址http://www.zghlxwxcb.cn/news/detail-508804.html

git remote -v                                                     
origin	git@github.com:xxx/xxx.git (fetch)
origin	git@github.com:xxx/xxx.git (push)

到了這里,關(guān)于You‘ve successfully authenticated, but GitHub does not provide shell access.問題解決的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實不符,請點擊違法舉報進(jìn)行投訴反饋,一經(jīng)查實,立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費用

相關(guān)文章

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包