質問編集履歴

3

試したことを追加

2023/03/29 11:36

投稿

fullmoon311
fullmoon311

スコア62

test CHANGED
File without changes
test CHANGED
@@ -79,6 +79,11 @@
79
79
 
80
80
  と表示されました。
81
81
 
82
+ 【試したこと追加】
83
+ $ ssh git@github.com
84
+ git@github.com: Permission denied (publickey).
85
+ が表示されました。
86
+
82
87
 
83
88
  ### 補足情報(FW/ツールのバージョンなど)
84
89
 

2

プライバシー部分を伏せました

2023/03/29 11:28

投稿

fullmoon311
fullmoon311

スコア62

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
  editor = \"C:\\Users\\xxx\\AppData\\Local\\Programs\\Microsoft VS Code\\bin\\code\" --wait
55
55
  sshCommand = C:\Windows\System32\OpenSSH\ssh.exe
56
56
  [user]
57
- name = mochi2
57
+ name = cccc
58
58
  email = xxxx@gmail.com
59
59
  [color]
60
60
  ur = auto

1

gitconfig内容を転載

2023/03/29 11:22

投稿

fullmoon311
fullmoon311

スコア62

test CHANGED
File without changes
test CHANGED
@@ -51,7 +51,17 @@
51
51
 
52
52
  ```.gitconfig(UserB)
53
53
  [core]
54
+ editor = \"C:\\Users\\xxx\\AppData\\Local\\Programs\\Microsoft VS Code\\bin\\code\" --wait
54
-  sshCommand = "C:\Windows\System32\OpenSSH\ssh.exe"
55
+ sshCommand = C:\Windows\System32\OpenSSH\ssh.exe
56
+ [user]
57
+ name = mochi2
58
+ email = xxxx@gmail.com
59
+ [color]
60
+ ur = auto
61
+ [color "status"]
62
+ added = yellow
63
+ changed = green
64
+ untracked = cyan
55
65
 
56
66
 
57
67
  ```