質問編集履歴

1

試したことを追記しました。

2020/10/15 03:16

投稿

toshiki.tt
toshiki.tt

スコア3

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,20 @@
46
46
 
47
47
  を入力し、パスワードを打ち込むと下の文が出力されました。
48
48
 
49
- パスワードが合っているのかも定かではない状況です、、
49
+ ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
50
50
 
51
+ パスワードが合っているのか確かめようとしたものの、それもエラーが出てしまいました。
52
+
53
+ その際のコマンドと出力はこちらです
54
+
55
+
56
+
51
- ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
57
+ コマンド(user name にはこちらのコマンドで登録したものを入力しました。git config --global user.name )
58
+
59
+ sudo passwd <user_name>
60
+
61
+
62
+
63
+ 出力
64
+
65
+ -bash: syntax error near unexpected token `newline'