On branch main
Initial commit
nothing to commit (create/copy files and use "git add" to track)
파일이 없는 경우 발생한다.
디렉토리에 파일이 있는지 확인해보고 아래와 같이 진행한다.
echo "init" >> README.md
git add .
git commit -m "init"
git push -u origin master
On branch main
Initial commit
nothing to commit (create/copy files and use "git add" to track)
파일이 없는 경우 발생한다.
디렉토리에 파일이 있는지 확인해보고 아래와 같이 진행한다.
echo "init" >> README.md
git add .
git commit -m "init"
git push -u origin master