Col wrote: > Now when I run: > > Code: > git clone git://source.winehq.org/git/wine.git wine-git > > > I get: > > Code: > 'wine-git' already exists. > > Don't do that. Pull the latest GIT changes you need to: Code: cd wine-git git pull
Col wrote: > Now when I run: > > Code: > git clone git://source.winehq.org/git/wine.git wine-git > > > I get: > > Code: > 'wine-git' already exists. > > Don't do that. Pull the latest GIT changes you need to: Code: cd wine-git git pull