環境:Windows 10、XAMPP
アップしたいのですが、エラーでできません。
ご教授お願いいたします。
行った手順↓↓↓
GithubにてYour repositoriesで
Newで作成する。
Git Bashでアップするlaravelフォルダにcdで行く
そこで下記を実行
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:●●/●●.git
git push -u origin main
git add .すると下記エラーがでる。
warning: LF will be replaced by CRLF in app/README.md.
The file will have its original line endings in your working directory
git push -u origin mainすると下記エラーがでる。
remote: Repository not found.
fatal: repository 'https://github.com/●●/●●.git/' not found
※●●は実際正確な名前が入っています。