【Git】git remote add origin “リポジトリURL”のエラー【fatal: remote origin already exists.】
git remote add origin URLのエラーでは、すでにgit remote addをしている場合に発生します。git remote rm originでoriginを削除することで解決ができます。
【Git】’origin’ does not appear to be a git repository【初めてのバージョン管理】
「origin does not appear to be a git repository」のエラーが出ている時は「Gitでバージョン管理」できていないので、解決しないといけません。 Could not read from remote repository.
【SSH】初心者必見!SSHキーを作成【秘密鍵と公開鍵】
この記事はSSHの「秘密鍵」と「公開鍵」が詳しくない方に向けて、SSHキーを作成するための記事になるます。