前提・実現したいこと
githubで、デプロイしたいです。
発生している問題・エラーメッセージ
1,add origin=>fatal error ~exist 2,push =>fatal: Authentication
該当のソースコード
(Pytorch_cnn) SN:classifier SN$ ls Procfile classifier.py runtime.txt README.md model_cnn.pth static __pycache__ requirements.txt templates (Pytorch_cnn) SN:classifier SN$ echo "#test" #test (Pytorch_cnn) SN:classifier SN$ echo "#test" >> README.md (Pytorch_cnn) SN:classifier SN$ git init Reinitialized existing Git repository in /Users/SN/Desktop/classifier/.git/ (Pytorch_cnn) SN:classifier SN$ (Pytorch_cnn) SN:classifier SN$ git add README.md (Pytorch_cnn) SN:classifier SN$ git commit -m "first commit" [master ae5a7b2] first commit 1 file changed, 1 insertion(+) (Pytorch_cnn) SN:classifier SN$ git remote add origin https://github.com/Taitai6521/ai_image_recognition.git fatal: remote origin already exists. (Pytorch_cnn) SN:classifier SN$ git push -u origin master Username for 'https://github.com': Password for 'https://github.com': remote: No anonymous write access. fatal: Authentication failed for 'https://github.com/Taitai6521/ai_image_recognition.git/'
試したこと
本当になにをすればいいかわからないです。(リンク内容
動画をみて、概略は、りかいしたのですが.
なんどやってもむりでした、
本当にこまってます。
なけてきます
補足情報(FW/ツールのバージョンなど)
なしです。
taiyo.pro.pytho 様
確認したいことがございます。
まずは、githubサイトの登録はされておりますか?
もしされておりましたら、
githubサイトで今回作成したリポジトリの作成を行う必要があります。
お手数をおかけ致しますがご確認をお願い致します。
また、参考程度でございますが
今回のgitの基本が学べる講座の動画を下記のURLに追記しておきます。
https://www.udemy.com/user/kiyotoyamaura/
会員登録が必要と思われますが、無料ですので紹介しておきます。
あなたの回答
tips
プレビュー