GitHubについて。
リモート上のリポジトリに、
ローカルで用意した画像ファイルをpushする方法を
お教えください。
じっさいに、やってみると、以下のように表示されます。
用意した画像ファイルを修正していないための表示だと理解しているのですが...
(リモート上のリポジトリのcloneではなく、ローカルで用意したリポジトリをpushしようとしています)
$ git init Reinitialized existing Git repository in /home/vagrant/workspace/quetion/.git/ $ git status On branch master nothing to commit, working directory clean $ git add . $ git status On branch master nothing to commit, working directory clean $ git remote add origin https://github.com/okahijiki/Question.git fatal: remote origin already exists. $ git push -u origin master Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/10/25 01:22
2019/10/25 01:27
2019/10/25 01:52