我的遠程git倉庫和本地倉庫(使用SmartGit)存在問題。GIT - '〜/ repo.git /'不是git命令
我通過ssh建立我的服務器上的遠程回購:
> cd ~
> git init repo.git
> cd repo.git
> touch readme
> git add .
> git commit -m "Initial commit"
從這裏一切都顯得完美。現在我試圖通過命令使用Smartgit克隆回購
ssh://[email protected]:22/~/repo.git
一切都很好克隆。我在自述文件中進行了更改,將其保存並嘗試提交併推送並獲取錯誤:
The remote end hang up unexpectedly
git: '~/repo.git' is not a git command. See 'git --help'
我在做什麼錯了? 謝謝。
我可以在SmartGit中做到這一點? – bbrodriges
@ bender.rodriges - 從命令行執行。 – manojlds
這是我得到的http://i.imgur.com/7Erh3.gif – bbrodriges