Closed15

SourceTreeの初期設定

kudokudo

設定経由でGithubアカウントを入力

kudokudo

forkしたリモートリポジトリをローカルにクローンしようとしたらエラー

ssh: connect to host github.com port 22: Operation timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: not a git repository (or any of the parent directories): .git
ssh: connect to host github.com port 22: Operation timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
ssh: connect to host github.com port 22: Operation timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

kudokudo
$  ssh -T -p 443 git@ssh.github.com
The authenticity of host '[ssh.github.com]:443 ([54.168.17.15]:443)' can't be established.
ED25519 key fingerprint is SHA256:
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])?
kudokudo
$  ssh -T -p 443 git@ssh.github.com
git@ssh.github.com: Permission denied (publickey).
kudokudo

↑状況変わらなかったからskip

kudokudo

githubcliでリモートリポジトリのクローンを試す
が、これも失敗

Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
kudokudo

sshkeyの登録が失敗していただけだった。
リモートリポジトリのクローンとpushができた
大丈夫そう

このスクラップは2022/08/08にクローズされました