티스토리 뷰

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

 

'Programming' 카테고리의 다른 글

delete git repository  (0) 2020.11.27
cross-env 설정은 development로 해야한다.  (0) 2020.06.23
DataGrip serverTimezone Error  (0) 2019.08.12
MySQL commands  (0) 2019.07.31
How to create MySQL database table using terminal on Mac  (0) 2019.03.13