環境
git version 2.17.1
wsl
1$ ssh git@github.com.example 2PTY allocation request failed on channel 0 3Hi example! You've successfully authenticated, but GitHub does not provide shell access. 4Connection to github.com closed.
wsl
1example/.git$ ls 2COMMIT_EDITMSG FETCH_HEAD HEAD branches config description hooks index info objects refs
wsl
1example/.git$ cat config 2[core] 3 repositoryformatversion = 0 4 filemode = false 5 bare = false 6 logallrefupdates = true 7 ignorecase = true 8[remote "origin"] 9 url = git@github.com:example/example.git 10 fetch = +refs/heads/*:refs/remotes/origin/*
尚、こちらのサイトを参考にgitのlocal環境を構築しました。
質問
問題なく、GitHubにsshで接続されていると思うのですが、
以下のようなエラーが起きてしまいました。
wsl
1example $ git pull origin master 2ERROR: Repository not found. 3fatal: Could not read from remote repository. 4 5Please make sure you have the correct access rights 6and the repository exists.
これはgit branchの中身が表示されないことが原因だと考えています。
wsl
1example $ git branch
よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。