回答編集履歴

1

編集1

2020/02/08 13:51

投稿

shinami
shinami

スコア334

test CHANGED
@@ -3,3 +3,27 @@
3
3
 
4
4
 
5
5
  この様に変えるとどうなりますか?
6
+
7
+
8
+
9
+ 以下、参考まで・・・。
10
+
11
+ **接続の確認**
12
+
13
+ ```
14
+
15
+ $ ssh -T github-user1
16
+
17
+ Hi sample You've successfully authenticated, but GitHub does not provide shell access.
18
+
19
+ ```
20
+
21
+
22
+
23
+ **git remoteの削除**
24
+
25
+ ```
26
+
27
+ $ git remote rm origin
28
+
29
+ ```