摘要:
1.清除git记住的用户密码: (如果没权限看下git下的etc目录-属性-安全,设置用户组权限) git config --system --unset credential.helper 然后记住密码 git config –global http.emptyAuth true git conf 阅读全文
posted @ 2023-09-06 19:08
少昊
阅读(160)
评论(0)
推荐(0)
摘要:
在.ssh新建config: # Default github user(first@mail.com),注意User项直接填git,不用填在github的用户名 Host github.com HostName github.com User git IdentityFile ~/.ssh/id_ 阅读全文
posted @ 2023-09-06 19:04
少昊
阅读(16)
评论(0)
推荐(0)