backlogからforkでリモートリポジトリをクローンしようとして詰まった件。
backlogでGitをcloneするときに気をつけるべき点
結論は「SSH」ではなく「HTTP」にするということ
BacklogではGitをcloneするURLを取得する際に上記のようにHTTPとプルダウンでSSHが切り替えられる。
ここをSSHの状態でURLをコピーしてしまうとforkやターミナルでクローンしようとした際に
forkの例)
[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.
ターミナルの例)
Permission denied (publickey).
fatal: Could not read from remote repository.
のようなエラーになり公開キーの設定などをしないとクローン出来ない。
その為クローンする時はHTTPを選択する。
Author And Source
この問題について(backlogからforkでリモートリポジトリをクローンしようとして詰まった件。), 我々は、より多くの情報をここで見つけました https://qiita.com/H-Toshi/items/c81873e31a2f9c6dbbb5著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .