Github - 无法 clone/remote 同步或克隆或任何 github activity
Github - Failed to clone/remote sync or clone or any github activity
我在 Windows-7 上有 github。 github 似乎不允许我签入代码,因为有些东西搞砸了。
我确实尝试通过在线查找来更改凭据等,但似乎没有任何效果。
我仍然看到 Bad credentials
错误以及一些 wamp developer
错误。
我不知道 wamp developer
与 GitHub 有什么关系。
我曾经在 PC 上有过 WAMP 开发人员。
尝试的日志文件位于:Github log file.
错误:
2016-03-22 12:44:50.7329|
ERROR|thread: 5|StartupLogging| MISSING PATH!!: 'C:\WampDeveloper\Components\Apache\bin'
这仅仅意味着您的 %PATH% 当前引用了一个不存在的路径:您可以清理当前相当大的环境变量 PATH。
虽然这对 GitHub 桌面来说是非阻塞的。
另一个错误与以前用于的密钥有关:
Logged user r... off of host 'https://<server_url>'
当密钥“C:\Users\ffgr.ghjk\.ssh\github_rsa
”用于验证 github.com
时不起作用。
确保密钥(public 一个 github_rsa.pub
)已添加到您的 GitHub 帐户:“Adding a new SSH key to your GitHub account”
我在 Windows-7 上有 github。 github 似乎不允许我签入代码,因为有些东西搞砸了。
我确实尝试通过在线查找来更改凭据等,但似乎没有任何效果。
我仍然看到 Bad credentials
错误以及一些 wamp developer
错误。
我不知道 wamp developer
与 GitHub 有什么关系。
我曾经在 PC 上有过 WAMP 开发人员。
尝试的日志文件位于:Github log file.
错误:
2016-03-22 12:44:50.7329|
ERROR|thread: 5|StartupLogging| MISSING PATH!!: 'C:\WampDeveloper\Components\Apache\bin'
这仅仅意味着您的 %PATH% 当前引用了一个不存在的路径:您可以清理当前相当大的环境变量 PATH。
虽然这对 GitHub 桌面来说是非阻塞的。
另一个错误与以前用于的密钥有关:
Logged user r... off of host 'https://<server_url>'
当密钥“C:\Users\ffgr.ghjk\.ssh\github_rsa
”用于验证 github.com
时不起作用。
确保密钥(public 一个 github_rsa.pub
)已添加到您的 GitHub 帐户:“Adding a new SSH key to your GitHub account”