LoginSignup
0
0

More than 1 year has passed since last update.

git 説明・エラーと参考にしたサイト

Last updated at Posted at 2021-11-10

Git公式

Git 概要

◉ origin とは

Gitの基本コマンド

◉ git init

◉ git clone

◉ git add コマンド オプションも

◉ git commit を取り消す

◉ git rm

◉ git status

◉ git log

git ignore でファイルを無視する方法

◉ PC全体に.gitignoreを設定する方法

git-secrets でgitリポジトリへのアクセス情報(ID/Passwordなど)の含まれたファイルのコミット」を機械的にリジェクトする

Github

personal acces token

各種エラー

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.

error: insufficient permission for adding an object to repository database .git/objects

Updates were rejected because the remote contains work that you do not have locally. 〜the remote changes (e.g., 'git pull ...') before pushing again.の解決法

error: insufficient permission for adding an object to repository database .git/objects

error: Your local changes to the following files would be overwritten by merge:.DS_Store .Please commit your changes or stash them before you merge.

###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