Git

Git

Gitでpushしたらremote error: By default, updating the current branch in a non-bare repository is denied

Gitでpushしたら remote error: By default, updating the current branch in a non-bare repository is denied となったので、解決方法を調査し...
Git

Gitでclone中 fatal: early EOF, The remote end hung up unexpectedly, index-pack failed

Gitでclone中 fatal: early EOF, The remote end hung up unexpectedly, index-pack failed というエラーが発生したので原因を調査しました。 early ...
Git

Gitバージョン管理システムのためのサーバー検討(さくらVPS, さくらクラウド, お名前.com VPS, GitHub, Bitbucketを比較検討)

私が参画しているプロジェクトで使っているバージョン管理システム(Subversion)では、ソースファイルやExcelなどのドキュメントを管理しており、総容量が10GB程度あります。 現在、このリポジトリをGit環境へ移行するため...
Git

EclipseからGitHubを直接 importするとoverlaps the location of another project: 'XXXX'

EclipseからGitHubを直接 importすると overlaps the location of another project: 'XXXX' っていうエラーになるので回避してみました。 GitHubって何? G...
Git

GitをWindowsクライアント・CentOS 7サーバーにインストールしてみました

このたび、GitをWindowsクライアント・CentOS 7サーバーにインストールしてみました。 インストール手順と簡単なリポジトリの操作方法をまとめました。 GitがSubversionに取って代わりつつある 現在、バー...
スポンサーリンク