오류 메시지 - Failed to get remote.origin.url (task must either be run in a git repository with a configured origin remote or must be configured with the "repo" option). 원인 - origin에 리모트가 안되었던것 같다. master에 리모트 되었다고 끝이 아닌가보다. origin에 다시 연동해주기로 한다. 해결 - 1. npm add --dev gh-pages (npm아, github Pages 기능을 설치해줘라.) 2. git remote add origin 깃헙주소 (repository에 origin을 연동 하여라) 3. git push -u origin master (orig..