在 mac OS catalina 上使用 git clone 命令时遇到问题
Facing issue with git clone command on mac OS catalina
在 Mac OS 更新到 Catalina 后,面临 git 从我的 git 库
克隆的问题
尽管使用正确的用户名和密码进行克隆,仍然出现以下错误
远程:用户名或密码无效。
致命:“https://github.com/My_Repo.git”
的身份验证失败
请帮我解决这个问题。
先检查:
- 您的 credential-osxkeychain 任何 GitHub 凭据
- 您的帐户以检查您是否 have 2FA activated, which would mean your password would need to be a PAT (Personal Access Token)
OP Mahendra Sahu confirms :
For 2FA activated account, you need a PAT (Personal Access Token)
在 Mac OS 更新到 Catalina 后,面临 git 从我的 git 库
克隆的问题尽管使用正确的用户名和密码进行克隆,仍然出现以下错误
远程:用户名或密码无效。 致命:“https://github.com/My_Repo.git”
的身份验证失败请帮我解决这个问题。
先检查:
- 您的 credential-osxkeychain 任何 GitHub 凭据
- 您的帐户以检查您是否 have 2FA activated, which would mean your password would need to be a PAT (Personal Access Token)
OP Mahendra Sahu confirms
For 2FA activated account, you need a PAT (Personal Access Token)