我在 win7 上使用 git_bash 和 git GUI。
You can specify the username that SSH should send to the remote system as part of your remote's URL. Put the username, followed by an @, before the remote hostname.
git remote set-url website abc@***.com:path/to/repo
有没有办法从 git gui 而不是命令行中运行上述命令?