Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 건강
- 코테 공부
- 운동
- 오블완
- 코드
- 개발자
- 개인 운동
- 하체운동
- PT 운동
- 디버깅
- pytorch
- 프로그래머스
- 암풀다운
- 체스트프레스
- 영화 비평
- 티스토리챌린지
- 개인 PT
- 연구 시작
- Knowledge Tracing
- 데드리프트
- 바디프로필
- 논문 리뷰
- github
- 코딩테스트
- 다이어트
- 코테준비
- 개인 피티
- 덤벨운동
- 라섹 수술 후기
- 바프준비
Archives
- Today
- Total
치즈의 AI 녹이기
github push permission denied 해결 본문
password는 깃헙 token 받아서 붙여넣으면 된다.
git remote set-url origin https://<username>:<password>@github.com/<username>/FirstRepository.git
참고 링크: https://stackoverflow.com/questions/17857283/permission-denied-error-on-github-push
Permission denied error on Github Push
Recently, I'm added as a member/contributor for Github project. I have cloned that project on local machine. I have made some changes and committed locally and now trying to Push changes to original
stackoverflow.com
'인공지능 대학원생의 생활 > 구글링' 카테고리의 다른 글
Conda: Command not found 에러 해결 (0) | 2022.10.26 |
---|---|
prompt-DT 실행을 위한 mujoco 환경설정 (1) | 2022.10.25 |
Optuna TPESampler 사용 시 값 중복 샘플링 문제 해결 (0) | 2022.08.06 |
Bayesian Optimization (0) | 2022.08.05 |
내 환경에 맞는 pytorch 버젼 깔기 (0) | 2022.07.14 |