use*_*686 15
对于 HTTP(S) 和 SSH,可以将用户名指定为以下user@host形式的 URL 的一部分:
https://user@example.com/repo.git
user@example.com:repo.git
(是的,这git@github.com意味着git在使用 GitHub 时始终使用SSH 用户名。)
ssh://user@example.com/repo.git
如有必要,请使用git remote set-url或直接编辑该.git/config文件。