実現したいこと
GitHubの削除してしまったリポジトリを復元したいと思い、
GitHub desktopで改めてadd repositoryをし、Fetch Originを行ったところエラーが発生した。
ローカルには削除してしまったディレクトリは存在しています。
commitした履歴などを合わせて復元することは可能でしょうか?
発生している問題・エラーメッセージ
The repository does not seem to exist anymore. You may not have access, or it may have been deleted or renamed.
試したこと
復元方法について検索をかけてみたところ、ターミナルで該当ディレクトリでgit logを取得し、
git checkout で復元可能とあったので試してみたが復元することができなかった。
・エラーメッセージ
Note: switching to 'd2927d03c21869cdcbf67082476d3c2b18175ced'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name> Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at d2927d0 rename
利用環境
Mac OS
質問方法等、間違っていたら申し訳ありません。
回答2件
あなたの回答
tips
プレビュー