강의

멘토링

커뮤니티

Inflearn Community Q&A

siyunlee0011426's profile image
siyunlee0011426

asked

Introduction to Git and GitHub for Team Development

Upload the created version to GitHub

푸시가 할 때 막힙니다

Written on

·

227

0

다른 것은 문제가 없는데 푸시를 하면 이런 창이 뜹니다.

토큰, 유저네임, 암호를 입력하면 

밑의 에러가 뜹니다.

버전관리시스템gitgithub

Answer 1

0

jayjinjay님의 프로필 이미지
jayjinjay
Instructor

토큰, 유저네임을 그대로 입력하시고

암호에 암호 대신 Personal Access token을 넣어보시겠어요? 

https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token

위 링크 참고하시면 됩니다.

길다란 암호같은게 나올건데 그거 따로 메모장 등에 적어두시고 앞으로 두고두고 사용하시면 됩니다.

siyunlee0011426's profile image
siyunlee0011426

asked

Ask a question