複数のレポジトリを、親レポジトリにサブディレクトリとしてまとめたいです。
ですが、下記参考サイトの通りにうまく行きません。????
複数リポジトリを一つにまとめる方法
僕の誤っている点に加えて、
他の方法もあれば教えて頂きたいです。
## エラー
terminal
1git@github.com: Permission denied (publickey). 2fatal: Could not read from remote repository. 3 4Please make sure you have the correct access rights 5and the repository exists.
## やったこと
SSH接続でgit pushしたときに警告が出るやつへの対処法
ssh-keygen -R 13.114.40.48
を実行。
無事、~/.ssh/known_hostsを更新。
警告消えた。
terminal
1Warning: Permanently added the RSA host key for IP address '13.114.40.48' to the list of known hosts. 2git@github.com: Permission denied (publickey). 3fatal: Could not read from remote repository. 4 5Please make sure you have the correct access rights 6and the repository exists.
terminal
1# Host 13.114.40.48 found: line 3 2/Users/matsumotokazuki/.ssh/known_hosts updated. 3Original contents retained as /Users/matsumotokazuki/.ssh/known_hosts.old
解決策を教えて頂けると嬉しいです。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。