Giithub을 "최강 Todo 관리 도구"로 만들어 봤습니다!

2582 단어 GitHubtodotech

Giithub에서 Todo 관리


참조:


https://qiita.com/o_ob/items/fd45fba2a9af0ce963c3
!
질문: 포크 후 어떻게 privte를 합니까?

① 먼저 포크.


② privte의 빈 창고를 미리 제작한다.


https://qiita.com/HyunwookPark/items/1d24972dd71612eb81c9

③ fork의 창고clone을 로컬 환경으로, ②의 빈 창고에서push mirror.


https://qiita.com/emono/items/4c3e464dba7f880e0208
※ 오류가 발생했습니다.

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_hosts
git 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.
퍼블릭 키 문제인 것 같아서 키를 등록했습니다.
아래의 해결을 참고하시오.
https://took.jp/post-402/
※ 다시push!잘못
origin을 ①의 빈 창고 이름과 일치하도록 로컬에서 명령을 실행합니다.
git remote set-url origin github:【ユーザー名】/【リポジトリ名】.git
https://zenn.dev/keikuchen/articles/cffa31d69ecaae7e91d7

④ 완성!!


todo를 관리할 수 있습니다!!편리합니다!!
  • 제작 프로젝트
  • Issues에 todo
  • 등록
  • 강반 형식으로 관리할 수 있다.
  • ⑤ 후처리


    잔해가 사라지다.
    ・포크의 창고
    ・clone의 로컬 오리진

    좋은 웹페이지 즐겨찾기