前提・実現したいこと
git pushでGitHubに反映させたいです
発生している問題・エラーメッセージ
fatal: unable to access 'https://test@github.com/test/html.git/': Could not resolve host: test@github.com
該当のソースコード
ソースコード
試したこと
$ git remote add origin https://github.com/ユーザ名/test.git
$ git push -u origin master
git configで
user.name
user.email
を設定
補足情報(FW/ツールのバージョンなど)
macOS 10.14.6
あなたの回答
tips
プレビュー