GithubにPush出来ません。
前提・実現したいこと
Ruby on rails にてサービスを複数人で開発中で、Githubを使用しております。ローカルで編集したファイルをPUSHしようとしたところ、下記のエラーメッセージが出てしまっています。
解決方法をご教示頂けませんでしょうか?
発生している問題・エラーメッセージ
TOMOAKI-no-MacBook-Pro:joinup TOMOAKI$ git push develop features/fukuda/user_view
fatal: 'develop' 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.
今までのコマンド経歴
①
git clone https://github.com/gsrailsteam/joinup.git
②
TOMOAKI$ git branch features/fukuda/user_view
③
TOMOAKI$ git checkout features/fukuda/user_view
④
joinup TOMOAKI$ bundle install
補足情報(言語/FW/ツール等のバージョンなど)
TOMOAKI-no-MacBook-Pro:joinup TOMOAKI$ git branch
develop
features/fukuda/user_view