【发布时间】:2022-01-22 07:52:52
【问题描述】:
我正在尝试使用远程命令在 Github 上上传一个项目,我得到了这个:
致命: Une erreur s'est produite lors de l'envoi de la demande。 致命的:La demande a été放弃:Impossible de créer un canal sécurisé SSL/TLS。 “https://github.com”的用户名:meriam-hamdaoui “https://meriam-hamdaoui@github.com”的密码: remote:对密码身份验证的支持已于 2021 年 8 月 13 日移除。请改用个人访问令牌。 远程:请参阅https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ 了解更多信息。 致命:“https://github.com/meriam-hamdaoui/testing-again.git/”的身份验证失败
我查看了谷歌,所以我更新了我的系统我激活了 TLS1.2 然后我执行了这两行:
$unset SSH_ASKPASS
$ git push -u origin main
我在网页上得到“身份验证成功”,但仍然得到这个:
致命: Une erreur s'est produite lors de l'envoi de la demande。 致命的:La demande a été放弃:Impossible de créer un canal sécurisé SSL/TLS。 “https://github.com”的用户名:meriam-hamdaoui “https://meriam-hamdaoui@github.com”的密码: remote:对密码身份验证的支持已于 2021 年 8 月 13 日移除。请改用个人访问令牌。 远程:请参阅https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ 了解更多信息。 致命:“https://github.com/meriam-hamdaoui/testing-again.git/”的身份验证失败
谁能告诉我如何解决这个问题??
【问题讨论】: