설정에 ssh 키 등록
$ git init $ git remote add origin git@github.com:[MYID]/[REPO주소].git $ git add * $ git commit -a -m "tody" $ git push -u origin main