質問編集履歴

2

詳細の追加

2020/12/20 08:58

投稿

achala
achala

スコア27

test CHANGED
File without changes
test CHANGED
@@ -47,3 +47,21 @@
47
47
  パスに日本語がはいっていないこと:pwdで表示される現在のディレクトリのパスには日本語は含まれていませんでした。
48
48
 
49
49
  ([https://teratail.com/questions/225817](https://teratail.com/questions/225817) に文字コードのことが書かれていたため確認しました。)
50
+
51
+
52
+
53
+
54
+
55
+ #### 追記
56
+
57
+ VScodeからpushしようとしたところ
58
+
59
+ ```
60
+
61
+ > git push -u origin master
62
+
63
+ fatal: unable to access 'https://github”.com/(リポジトリ名)': Failed to convert github”.com to ACE; could not convert string to UTF-8
64
+
65
+ ```
66
+
67
+ というエラーがでており、githubのURLに謎の文字が混入しているのではないかと思っています。

1

詳細の追加

2020/12/20 08:58

投稿

achala
achala

スコア27

test CHANGED
File without changes
test CHANGED
@@ -14,11 +14,11 @@
14
14
 
15
15
 
16
16
 
17
- ###環境
17
+ ###開発環境
18
18
 
19
19
  OS: Windows10
20
20
 
21
- git: version 2.29.2.windows.3
21
+ git for windows: version 2.29.2.windows.3
22
22
 
23
23
 
24
24