0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

git githubを勉強中

Posted at

git githubを動画やgithub実践入門で学習しています。
git githubの概念や使い方ですがなんとなくですが理解ができました。
gitはプログラミングコードを管理するものだと理解が出来ました。
新しいコードを管理したり、新しいコードに不具合が出た場合に元に戻したりとするときに非常に便利なものだと理解ができました。
それをWeb上で管理するものがgithubだと言うことも理解ができました。

gitの使い方ですが・・・
まずパソコンにファイルを作成
ターミナルでgitを立ち上げ
ワークツリーにコードを保存
ステージングエリアにコピー
ローカルリポジトリに保存
と言う流れだと理解はできました。
ローカルリポジトリをWeb上で管理するのがgithubだとも理解ができました。

githubの使い方はあまりわかりません。
なぜならばチーム開発をするのには非常に便利だと思いましたが・・・
自分自身チームを持っていないので使えていないからです。
ですが、githubを使いこなせればすごく便利だとも思いました。
色々な人がソースコードを公開していてそれを利用できるというのは非常に便利だと思いました。

躓いた点ですが・・・。
gitからgithubへプッシュしようとすると
(remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/daisuke-REIJI/github_practice.git/')
と出ます。
調べた結果パスワードが使えないみたいです
どうすればいいかわかりません。
なので教えていただきたいと思います。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?