Giithub을 "최강 Todo 관리 도구"로 만들어 봤습니다!
Giithub에서 Todo 관리
참조:
!
질문: 포크 후 어떻게 privte를 합니까?
① 먼저 포크.
② privte의 빈 창고를 미리 제작한다.
③ fork의 창고clone을 로컬 환경으로, ②의 빈 창고에서push mirror.
※ 오류가 발생했습니다.
git push error
git push --mirror [email protected]:[username]/todos
Warning: Permanently added the ECDSA host key for IP address '13.114.40.48' to the >list of known hosts.[email protected] : Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git push error 2
ssh-keygen -R 13.144.40.48
Host 13.144.40.48 not found in/root/.ssh/known_hostsgit push --mirror [email protected]:[username]/todos
[email protected] : Permission denied (publickey).fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
퍼블릭 키 문제인 것 같아서 키를 등록했습니다.
아래의 해결을 참고하시오.
※ 다시push!잘못
origin을 ①의 빈 창고 이름과 일치하도록 로컬에서 명령을 실행합니다.
git remote set-url origin github:【ユーザー名】/【リポジトリ名】.git
④ 완성!!
todo를 관리할 수 있습니다!!편리합니다!!
⑤ 후처리
잔해가 사라지다.
・포크의 창고
・clone의 로컬 오리진
Reference
이 문제에 관하여(Giithub을 "최강 Todo 관리 도구"로 만들어 봤습니다!), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/gk12/articles/4dc5f6335d9ed2텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)