これが私の問題です
私はherokuを使用してアプリを開発しており、プロジェクトにはgithubを使用しています。
今、herokuなしでgithub(clone)を使用して別のプロジェクトに取り組もうとすると...
michael@michael-HP-PavilionNotebook-PC:~$
michael@michael-HP-PavilionNotebook-PC:~$
michael@michael-HP-PavilionNotebook-PC:~$ git init
Initialized empty Git repository in /home/michael/.git/
michael@michael-HP-PavilionNotebook-PC:~$ ls
Desktop Downloads gifiniti Music Pictures Templates Ubuntu One
Documents examples.desktop gifinitiApr24 oldgifiniti Public tmp Videos
michael@michael-HP-PavilionNotebook-PC:~$ git clone git@github.com:toadiferus/SecretTunnel
Cloning into SecretTunnel...
! Invalid path.
! Syntax is: git@heroku.com:<app>.git where <app> is your app's name.
fatal: The remote end hung up unexpectedly
michael@michael-HP-Pavilion-dv6700-Notebook-PC:~$
このエラーを解決するにはどうすればよいですか? この特定の問題に対するサポートがオンラインで見つかりません。コマンドの構文を変更するにはどうすればよいですか? heroku ではなく github からプロジェクトをクローンしたいだけです。
ありがとう!
- マイケル