実現したい事
pushしたい。。。
問題点
pushしようとした所↓↓↓のようになりました。
% git push -u origin test; fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
リモートにoriginがないのかと思い、
/sample/test01
$ git branch -a * test master
だけしか表示されません。
他のディレクトリに行くと
/sample/test02
$ git branch -a * test master remotes/origin/HEAD -> origin/master remotes/origin/master
このようにリモートが表示されます。
何か設定が必要でしょうか?参考記事などありましたらご教授お願い致します。
回答1件
あなたの回答
tips
プレビュー