git– tag –
-
Git
【Git】Gitの用語について
Gitの用語について解説します。 リポジトリ(repository) repositoryの意味 ← 収納場所、倉庫 博物館、美術館、地下埋葬所等 Git の場合はファイルや変更履歴を保存する場所になります。 ファイルだけではなく、変更履歴も保存されています。 フ... -
インフラ
【AWS】DevOps(CI/CD)の導入手順(Angular、Git、CodePipeline、CodeCommit、CodeBuild、CodeDeploy、Auto Scaling、ALB の組み合わせ)
CI/CD パイプライン環境を構築します。 今回は Angular(アプリ)、Git、CodePipeline、CodeCommit、CodeBuild、CodeDeploy、Auto Scaling、ALB の組み合わせで行います。 今までは EC2 インスタンス単体へのデプロイでしたが、今回はロードバランサー(AL... -
コマンド
【Git】gitの使い方(gitコマンド集)
git コマンドについて解説します。 git bash もしくは Cloud9 がおすすめ git コマンドを利用する場合は、git bash か Cloud9 がおすすめです。 デフォルトで現在選択しているブランチがかっこの中に表示されます。 【例】 test:~/work (main) $ gi... -
プログラム
【Git】git clone コマンドで「fatal: Could not read from remote repository.」が表示された場合の対処方法
git clone コマンドで「Permission denied (publickey). fatal: Could not read from remote repository.」のエラーが出力された場合の対処方法です。 git clone コマンドで「fatal: Could not read from remote repository.」が出力された...
1