質問編集履歴
3
githubのログの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -58,6 +58,33 @@
|
|
58
58
|
・ubuntu上でgoogleなどにpingを飛ばし、繋がっていることを確認
|
59
59
|
・.git/configのURLが合っていることを確認
|
60
60
|
|
61
|
+
■ssh -T -vvv git@github.com を投げた際のログのタイムアウト発生する部分までのログです!!
|
62
|
+
↓↓↓
|
63
|
+
|
64
|
+
```ここに言語を入力
|
65
|
+
debug3: Ignored env HOSTTYPE
|
66
|
+
debug3: Ignored env PULSE_SERVER
|
67
|
+
debug3: Ignored env OLDPWD
|
68
|
+
debug3: Ignored env _
|
69
|
+
debug2: channel 0: request shell confirm 1
|
70
|
+
debug3: send packet: type 98
|
71
|
+
debug2: channel_input_open_confirmation: channel 0: callback done
|
72
|
+
debug2: channel 0: open confirm rwindow 32000 rmax 35000
|
73
|
+
<※追記コメント ここで10分以上のタイムアウトが発生してました>
|
74
|
+
debug3: receive packet: type 80
|
75
|
+
debug1: client_input_global_request: rtype keepalive@openssh.com want_reply 1
|
76
|
+
debug3: send packet: type 82
|
77
|
+
debug3: send packet: type 1
|
78
|
+
debug1: channel 0: free: client-session, nchannels 1
|
79
|
+
debug3: channel 0: status: The following connections are open:
|
80
|
+
#0 client-session (t4 r43 i0/0 o0/0 e[write]/0 fd 4/5/6 sock -1 cc -1 io 0x01/0x00)
|
81
|
+
|
82
|
+
Connection to github.com closed by remote host.
|
83
|
+
Transferred: sent 3164, received 2656 bytes, in 780.3 seconds
|
84
|
+
Bytes per second: sent 4.1, received 3.4
|
85
|
+
debug1: Exit status -1
|
86
|
+
```
|
87
|
+
|
61
88
|
|
62
89
|
すみません、不慣れなもので、足りない情報などあれば
|
63
90
|
気軽に質問ください。
|
2
前提事象の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,6 +46,10 @@
|
|
46
46
|
|
47
47
|
→ubuntuを使っていると起こりえる現象なのかも・・・と今も探っております。
|
48
48
|
|
49
|
+
また、おととい時点で一度cloneに成功しておりまして、本日、gitにつなげようとしたところ
|
50
|
+
今回の事象にあたってしまった、という経緯があります。
|
51
|
+
説明不足で大変申し訳ありません。
|
52
|
+
|
49
53
|
|
50
54
|
### 試したこと
|
51
55
|
・git 関連の再インストール
|
1
試したこと、追加情報の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -37,12 +37,22 @@
|
|
37
37
|
```
|
38
38
|
と出るので、認証はできていそうなのですが・・・
|
39
39
|
|
40
|
+
※追加補足
|
41
|
+
|
42
|
+
先ほども色々試していて
|
43
|
+
自分の別PCから同様の手順で接続を試みたところ、同様にタイムアウトする現象がおきました。
|
44
|
+
逆に、ubuntuを使わずwindows11でgitのアプリで試したところ、こちらはssh -T git@github.com
|
45
|
+
が問題なく接続されました。
|
46
|
+
|
47
|
+
→ubuntuを使っていると起こりえる現象なのかも・・・と今も探っております。
|
48
|
+
|
40
49
|
|
41
50
|
### 試したこと
|
42
51
|
・git 関連の再インストール
|
43
52
|
・PC本体の再起動
|
44
53
|
・wsl --shutdownでubuntuの再起動
|
45
54
|
・ubuntu上でgoogleなどにpingを飛ばし、繋がっていることを確認
|
55
|
+
・.git/configのURLが合っていることを確認
|
46
56
|
|
47
57
|
|
48
58
|
すみません、不慣れなもので、足りない情報などあれば
|