這裏是我使用的Heroku開發一個應用程序,我使用github上與它一起爲一個項目我的問題Github上和Heroku的克隆錯誤 - 無效的路徑/語法錯誤
。
現在,當我嘗試和使用github上(克隆),而Heroku的對不同的項目,它說工作...
[email protected]:~$
[email protected]:~$
[email protected]:~$ git init
Initialized empty Git repository in /home/michael/.git/
[email protected]:~$ ls
Desktop Downloads gifiniti Music Pictures Templates Ubuntu One
Documents examples.desktop gifinitiApr24 oldgifiniti Public tmp Videos
[email protected]:~$ git clone [email protected]:toadiferus/SecretTunnel
Cloning into SecretTunnel...
! Invalid path.
! Syntax is: [email protected]:<app>.git where <app> is your app's name.
fatal: The remote end hung up unexpectedly
[email protected]:~$
我將如何解決這個問題?在這個特定的問題上找不到任何支持。 如何更改命令的語法?我想從github克隆一個項目,而不是heroku。
謝謝!
- 邁克爾
我試過,但我最終得到了相同的錯誤 – michaelghinrichs 2012-04-29 05:56:57
'git clone [email protected]:toadiferus/SecretTunnel.git'在這裏工作完美。 – sevenseacat 2012-04-29 05:58:48
所以你在你的電腦上試過它,它工作?好了,這有助於我更好地瞭解問題的來源,謝謝! – michaelghinrichs 2012-04-29 06:05:54