bin sh git@github.com no such file or directory

window下使用git:

  输入命令:git clone git @github.com:Alan0521/dotvim.git

  出现/bin/sh:git@github.com no such file or directory

  fatal:The remote end hung up unexpectabledly

改成命令: git clone git ://guthub.com/Alan0521/dotvim.git

原文地址:https://www.cnblogs.com/hengzhou/p/9728061.html