質問編集履歴

3

情報変更

2021/11/26 05:03

投稿

hono112
hono112

スコア9

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```
10
10
 
11
- git remote add origin https://github.com/shun3453/intro_git.git
11
+ git remote add origin https://github.com/○○(GitHubのユーザー名)/intro_git.git
12
12
 
13
13
  git branch -M main
14
14
 
@@ -24,15 +24,15 @@
24
24
 
25
25
  ```
26
26
 
27
- Username for 'https://github.com': shun3453
27
+ Username for 'https://github.com': ○○(GitHubのユーザー名)
28
28
 
29
- Password for 'https://shun3453@github.com':
29
+ Password for 'https://○○(GitHubのユーザー名)@github.com':
30
30
 
31
31
  ```
32
32
 
33
33
 
34
34
 
35
- Password for 'https://shun3453@github.com': のあとに鍵のマークが表示され、キーボードで入力してもターミナル上には反映されないので、とりあえずパスワードを入れると以下のエラー文がでました。
35
+ Password for 'https://○○(GitHubのユーザー名)@github.com': のあとに鍵のマークが表示され、キーボードで入力してもターミナル上には反映されないので、とりあえずパスワードを入れると以下のエラー文がでました。
36
36
 
37
37
 
38
38
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
44
44
 
45
- fatal: Authentication failed for 'https://github.com/shun3453/intro_git.git/'
45
+ fatal: Authentication failed for 'https://github.com/○○(GitHubのユーザー名)/intro_git.git/'
46
46
 
47
47
  ```
48
48
 

2

情報の追加

2021/11/26 05:03

投稿

hono112
hono112

スコア9

test CHANGED
File without changes
test CHANGED
@@ -48,4 +48,4 @@
48
48
 
49
49
 
50
50
 
51
- 何度やり直してもこのエラーになります。解決方法を教えていただきたいです。よろしくお願いいたします。
51
+ 何度やり直してもこのエラーになります。解決方法を教えていただきたいです。よろしくお願いいたします。git init、git add 及び git commit は入力済みです。

1

タグの追加

2021/11/23 06:07

投稿

hono112
hono112

スコア9

test CHANGED
File without changes
test CHANGED
File without changes