質問編集履歴

1

情報変更

2021/11/26 05:02

投稿

hono112
hono112

スコア9

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```
6
6
 
7
- Hi shun3453! You've successfully authenticated, but GitHub does not provide shell access.
7
+ Hi ○○(GitHubのユーザー名)! You've successfully authenticated, but GitHub does not provide shell access.
8
8
 
9
9
  ```
10
10
 
@@ -88,21 +88,21 @@
88
88
 
89
89
  create mode 100644 first.txt
90
90
 
91
- ys@mbp intro_git % git remote add origin https://github.com/shun3453/intro_git.git
91
+ ys@mbp intro_git % git remote add origin https://github.com/○○(GitHubのユーザー名)/intro_git.git
92
92
 
93
93
  ys@mbp intro_git % git branch -M main
94
94
 
95
95
  ys@mbp intro_git % git push -u origin main
96
96
 
97
- Username for 'https://github.com': shun3453
97
+ Username for 'https://github.com': ○○(GitHubのユーザー名)
98
98
 
99
- Password for 'https://shun3453@github.com':
99
+ Password for 'https://○○(GitHubのユーザー名)@github.com':
100
100
 
101
101
  remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
102
102
 
103
103
  remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
104
104
 
105
- fatal: Authentication failed for 'https://github.com/shun3453/intro_git.git/'
105
+ fatal: Authentication failed for 'https://github.com/○○(GitHubのユーザー名)/intro_git.git/'
106
106
 
107
107
  ```
108
108