git– tag –
-
技術Tips
【おすすめ】CentOSに最新のgitをソースからコンパイルしてインストールして、stowを使って使い分ける。
CentOSに最新のgitをインストールしてstowを使って使い分ける。 まずは、gitのビルドに必要なものたちをインストール。 sudo yum install gcc curl-devel expat-devel gettext-devel openssl-devel zlib-devel perl-ExtUtils-MakeMaker ホームディレクトリ... -
技術Tips
git pushでエラー(Peer reports incompatible or unsupported protocol version)
gitでpushしようとしたら、以下のようなエラーが出てpushできない。環境は、CentOS 7。 fatal: unable to access 'https://github.com/xxxxx/yyyyy.git/': Peer reports incompatible or unsupported protocol version. gitだけのアップデートではダメで、...
1