私はubuntu12.04にgitをインストールしようとしています。しかし、コマンドを入力すると
Sudo apt-get install git
次のメッセージが表示されます。すでにSudo apt-get update
を実行しました。
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package git is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
git-el
E: Package 'git' has no installation candidate
代わりにgit-core
をインストールする必要があります
Sudo apt-get -y install git-core