我已经在 bitbucket 中设置了一个帐户。按照这里给出的步骤, https://confluence.atlassian.com/display/BITBUCKET/Set+up+SSH+for+Git
在步骤 6.5 中,当我重新打开 gitbash 时,出现以下错误,
Welcome to Git (version 1.8.1.2-preview20130201)
Run 'git help git' to display the help index.
Run 'git help <command>' to display help for specific commands.
sh.exe": /c/Documents: No such file or directory
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
Initializing new SSH agent...
sh.exe": ${SSH_ENV}: ambiguous redirect
succeeded
chmod: getting attributes of `/c/Documents': No such file or directory
chmod: getting attributes of `and': No such file or directory
chmod: getting attributes of `Settings/vyc/.ssh/environment': No such file or
directory
sh.exe": /c/Documents: No such file or directory
Could not open a connection to your authentication agent.
我猜它是 dir 路径中的空间问题,但不知道如何解决它..