質問編集履歴
4
本文追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,13 +56,47 @@
|
|
56
56
|
|
57
57
|
|
58
58
|
|
59
|
-
<追記>
|
59
|
+
<追記1>
|
60
60
|
|
61
61
|
[似た質問(英語)](https://askubuntu.com/questions/1235494/not-able-to-clone-git-repository-in-ubuntu-20-04) への回答にありました、git config --system --unset credential.helper というコマンドでも同エラー「fatal: unable to access 'https://github.com/sikkimtemi/selenium/': gnutls_handshake() failed: Access was denied」が出て現象は改善されませんでした。
|
62
62
|
|
63
63
|
|
64
64
|
|
65
|
+
<追記2>
|
65
66
|
|
67
|
+
GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_CURL_VERBOSE=1 git clone コマンドの実行結果です。より詳細なエラー内容が表示されています。(Daregadaさん、ありがとうございます!)
|
68
|
+
|
69
|
+
```Ubuntu2004LTS
|
70
|
+
|
71
|
+
# GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_CURL_VERBOSE=1 git clone https://github.com/sikkimtemi/selenium
|
72
|
+
|
73
|
+
15:15:50.930158 git.c:439 trace: built-in: git clone https://github.com/sikkimtemi/selenium
|
74
|
+
|
75
|
+
Cloning into 'selenium'...
|
76
|
+
|
77
|
+
15:15:52.909067 run-command.c:663 trace: run_command: git-remote-https origin https://github.com/sikkimtemi/selenium
|
78
|
+
|
79
|
+
* Couldn't find host github.com in the .netrc file; using defaults
|
80
|
+
|
81
|
+
* Trying 52.192.72.89:443...
|
82
|
+
|
83
|
+
* TCP_NODELAY set
|
84
|
+
|
85
|
+
* Connected to github.com (52.192.72.89) port 443 (#0)
|
86
|
+
|
87
|
+
* found 381 certificates in /etc/ssl/certs
|
88
|
+
|
89
|
+
* ALPN, offering h2
|
90
|
+
|
91
|
+
* ALPN, offering http/1.1
|
92
|
+
|
93
|
+
* gnutls_handshake() failed: Access was denied
|
94
|
+
|
95
|
+
* Closing connection 0
|
96
|
+
|
97
|
+
fatal: unable to access 'https://github.com/sikkimtemi/selenium/': gnutls_handshake() failed: Access was denied
|
98
|
+
|
99
|
+
```
|
66
100
|
|
67
101
|
|
68
102
|
|
3
書式修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
|
58
58
|
|
59
|
-
|
59
|
+
<追記>
|
60
60
|
|
61
61
|
[似た質問(英語)](https://askubuntu.com/questions/1235494/not-able-to-clone-git-repository-in-ubuntu-20-04) への回答にありました、git config --system --unset credential.helper というコマンドでも同エラー「fatal: unable to access 'https://github.com/sikkimtemi/selenium/': gnutls_handshake() failed: Access was denied」が出て現象は改善されませんでした。
|
62
62
|
|
2
現象追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,6 +56,12 @@
|
|
56
56
|
|
57
57
|
|
58
58
|
|
59
|
+
###追記
|
60
|
+
|
61
|
+
[似た質問(英語)](https://askubuntu.com/questions/1235494/not-able-to-clone-git-repository-in-ubuntu-20-04) への回答にありました、git config --system --unset credential.helper というコマンドでも同エラー「fatal: unable to access 'https://github.com/sikkimtemi/selenium/': gnutls_handshake() failed: Access was denied」が出て現象は改善されませんでした。
|
62
|
+
|
63
|
+
|
64
|
+
|
59
65
|
|
60
66
|
|
61
67
|
|
1
説明追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
|
35
35
|
##やってみたこと
|
36
36
|
|
37
|
-
WSL1でもWSL2でも、Ubuntu 18.04.2 LTS (Bionic Beaver)では以下のように同様のgit cloneコマンドを正常に動作完了までできました。したがってUbuntu 20.04 LTS周辺に起因するエラーなのかも、と想像しております。
|
37
|
+
WSL1でもWSL2でも、Ubuntu 18.04.2 LTS (Bionic Beaver)では以下のように同様のgit cloneコマンドを正常に動作完了までできました。したがってUbuntu 20.04 LTS周辺、あるいは私のPC設定に起因するエラーなのかも、と想像しております。
|
38
38
|
|
39
39
|
|
40
40
|
|