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
- github
- 티스토리챌린지
- Knowledge Tracing
- 체스트프레스
- pytorch
- 코딩테스트
- 개인 PT
- 연구 시작
- PT 운동
- 건강
- 프로그래머스
- 덤벨운동
- 데드리프트
- 개인 운동
- 운동
- 디버깅
- 개인 피티
- 코테 공부
- 하체운동
- 바디프로필
- 코테준비
- 논문 리뷰
- 바프준비
- 다이어트
- 코드
- 오블완
- 암풀다운
- 라섹 수술 후기
- 개발자
- 영화 비평
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 에러 해결 (1) | 2022.10.26 |
---|---|
prompt-DT 실행을 위한 mujoco 환경설정 (2) | 2022.10.25 |
Optuna TPESampler 사용 시 값 중복 샘플링 문제 해결 (2) | 2022.08.06 |
Bayesian Optimization (0) | 2022.08.05 |
내 환경에 맞는 pytorch 버젼 깔기 (1) | 2022.07.14 |