git add  파일들

git commit -m 커밋 내용..

git push

했는데 오류 발생

 

-----

git push -u origin main 으로 해결

 

+ Recent posts