【发布时间】:2022-01-26 04:19:53
【问题描述】:
我尝试安装 4.5 .net 框架,访问令牌,用户名密码访问他们要求的所有内容。但没有成功。这是我昨天面临的所有问题。我使用的是 Windows 7 Ultimate Service Pack 1。
这样的git错误
Home_System@Home_System-PC MINGW64 ~/Desktop/myproj (master)
$ git commit -m "first commit"
[master (root-commit) ef8fd3c] first commit
2 files changed, 2 insertions(+)
create mode 100644 hello.py
create mode 100644 my.py
Home_System@Home_System-PC MINGW64 ~/Desktop/myproj (master)
$ git status
On branch master
nothing to commit, working tree clean
Home_System@Home_System-PC MINGW64 ~/Desktop/myproj (master)
$ git remote add origin https://github.com/arshad007hossain/myproj.git
Home_System@Home_System-PC MINGW64 ~/Desktop/myproj (master)
$ git pull origin master
fatal: couldn't find remote ref master
Home_System@Home_System-PC MINGW64 ~/Desktop/myproj (master)
$ git pull origin master
fatal: couldn't find remote ref master
Home_System@Home_System-PC MINGW64 ~/Desktop/myproj (master)
$ git push --force origin master
fatal: An error occurred while sending the request.
fatal: The request was aborted: Could not create SSL/TLS secure channel.
Logon failed, use ctrl+c to cancel basic credential prompt.
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/arshad007hossain/myproj.git/'
【问题讨论】:
-
这几乎肯定与您使用的是没有更新或安全支持的过时操作系统有关。至少“无法创建 SSL/TLS 安全通道”部分。
-
我必须使用更高版本的操作系统吗