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

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

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

問題

在git push 的時(shí)候提示輸入賬號(hào)密碼。但我在另一個(gè)項(xiàng)目配置過 ssh 免密的。并且現(xiàn)在 git 也不允許 http 連接,所以提供賬號(hào)密碼也沒辦法 push。

$ git push -u origin main
Username for 'https://github.com': xx@qq.comxx
Password for 'https://xx@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/balala8/N0va_for_mac.git/'

原因&解決

雖然是用 git 命令push,但本質(zhì)上仍然是 https,所以不允許提交。
使用 git remote -v 查看現(xiàn)在的遠(yuǎn)程 url 地址。

git remote -v
origin	https://github.com/balala8/N0va_for_mac.git (fetch)
origin	https://github.com/balala8/N0va_for_mac.git (push)

使用下面的改 url 鏈接。

git remote set-url origin  git@github.com:balala8/N0va_for_mac.git   

再次查看

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

已經(jīng)改為 ssh 了?,F(xiàn)在可以正常 push 了。

后續(xù)

使用ssh測(cè)試鏈接。

ssh git@github.com  

會(huì)發(fā)現(xiàn)

You've successfully authenticated, but GitHub does not provide shell access.

這句話其實(shí)一直存在,它只是想告訴你,github 不允許 shell 交互。僅此而已。文章來源地址http://www.zghlxwxcb.cn/news/detail-503962.html

到了這里,關(guān)于解決You‘ve successfully authenticated, but GitHub does not provide shell access.的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

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

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

相關(guān)文章

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

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

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

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包