Programming
git the requested URL returend error : 403
seoca
2020. 2. 17. 20:09
1. 권한부여. Give authority to a user.
git remote set-url origin https://USERNAME@github.com/USERNAME/REPOSITORY_NAME.git
2. push to origin master
git push -u origin master