I'm using git_bash and the git GUI on win7.
From git: fatal: Could not read from remote repository:
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
Is there a way to run the above command from within the git gui, rather than the command line?