Trouble shooting with github

이동은·2023년 5월 11일
0

Trouble shooting

목록 보기
1/1
  1. error: src refspec master does not match any.

error: failed to push some refs to '~.git'

git checkout -b "master"
git push origin master
을 이용하여 master로 branch 변경

  1. 맥 OS git push에서 The requested URL returned error: 403 해결 방법
"remote: Support for password authentication was removed on August 13, 2021. 

Please use a personal access token instead. ... The requested URL returned error: 403"
  • key chain 접근하여 토큰 변경
  • 근데 안되는데... 어떡해야 합니까 후
  • [해결방법] 토큰 생성할때 토큰이 사용되는 내용의 박스를 체크 안해서 에러가 나는거였음 박스 다 체크해주니 에러 해결 12시간만에 성공.... 눈물 난다ㅠㅠ

rm -rf .git을 이용하여 git 다시 시작

profile
또 다른 나를 찾아서

0개의 댓글