코딩(Coding)
error: src refspec master does not match anyerror: failed to push some refs to 'https://IPAddress:port.git'
Ghomdori
2020. 2. 14. 11:43
error: src refspec master does not match anyerror: failed to push some refs to 'https://IPAddress:port.git'
해결방법
git init
git add .
git commit -m "commit message"
git remote add origin "https://ip address:port/name.git"
git push -u origin master