djangogirlsを途中までやり、詰まってしまったため最初からやっています。
最初からやるのにあたりgithub上でリポジトリを消去したのですが、
リモートリポジトリの方が消せていないためなのかうまくいきません。
参考サイト→リンク内容
コード
commandline
1C:\Users\ユーザー名\djangogirls>git remote add origin https://github.com/kageyama0917/my-first-blog.git 2fatal: remote origin already exists. 3 4C:\Users\ユーザー名\djangogirls>git push -u origin master 5git@github.com: Permission denied (publickey). 6fatal: Could not read from remote repository. 7 8Please make sure you have the correct access rights 9and the repository exists.
成功すると下記の通りになるそうです
commandline
1Counting objects: 6, done. 2Writing objects: 100% (6/6), 200 bytes | 0 bytes/s, done. 3Total 3 (delta 0), reused 0 (delta 0) 4 5To https://github.com/ola/my-first-blog.git 6 * [new branch] master -> master 7Branch master set up to track remote branch master from origin.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/14 13:48