Tagged: FATAL

启用2FA双因子认证后,git.exe pull --progress -v --no-rebase "origin" fatal: Authentication failed 0

When 2FA two-factor authentication is enabled, when git pull is enabled, an error is reported: Remote: HTTP Basic: Access Denied Remote: You can generate one athttps://xxx.com/-/profile/personal_access_tokens

浏览量: 1 1. After enabling 2FA two-factor authentication, git.exe pull –progress -v –no-rebase “origin” Remote: HTTP Basic: Access Denied Remote: You must use a personal access token withREAD_REpositoryOrwrite_repositoryScope for git over http. Remote: You...

执行命令:git push -u origin main 时,报错:fatal: unable to access 'https://github.com/shuijingwan/refactoring.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version 0

Fatal: Unable to accesshttps://github.com/shuijingwan/refactoring.git/: Error:1407742E:SSL Routines:SSL23_GET_SERVER_Hello:TLSV1 Alert Protocol Version

浏览量: 1 1. When executing the command: git push -u origin main, an error is reported: fatal: unable to accesshttps://github.com/shuijingwan/refactoring.git/: Error:1407742E:SSL Routines:SSL23_GET_SERVER_Hello:TLSv1 Alert Protocol Version. as shown in Figure 1 2. Reference:https://github.com/glennhickey/progressiveCactus/issues/93. Work for...