Re: Git installation

2019-06-28 Thread Eric Sunshine
On Fri, Jun 28, 2019 at 11:03 AM garrett dean wrote: > I have been trying to install for on my PC for Windows ten and at > first I was having a hang when it reached the end. Now pop ups are > appearing saying there are configuration problems. You'll likely get more helpful responses by contacting

Git installation

2019-06-28 Thread garrett dean
Hello, I have been trying to install for on my PC for Windows ten and at first I was having a hang when it reached the end. Now pop ups are appearing saying there are configuration problems.

Re: Missing Package in git Installation Instructions (git-scm.com)

2016-07-05 Thread Christoph Michelbach
Thank you both! I cloned the repository to fix it yet found it already fixed so assumed either of you did that. But according to git blame, that line was last touched 94 days ago by Yue Lin Ho and they made exactly that change. It seems to take a long time until they publish it on the website. --

Re: Missing Package in git Installation Instructions (git-scm.com)

2016-07-05 Thread Jakub Narębski
W dniu 2016-07-05 o 08:10, Johannes Schindelin pisze: > Hi Chris, > > On Tue, 5 Jul 2016, Christoph Michelbach wrote: > >> Hi, I noticed that the instructions on https://git-scm.com/book/en/v2/G >> etting-Started-Installing-Git don't work without dh-autoreconf >> installed on an apt-get system wh

Re: Missing Package in git Installation Instructions (git-scm.com)

2016-07-04 Thread Johannes Schindelin
Hi Chris, On Tue, 5 Jul 2016, Christoph Michelbach wrote: > Hi, I noticed that the instructions on https://git-scm.com/book/en/v2/G > etting-Started-Installing-Git don't work without dh-autoreconf > installed on an apt-get system which isn't listed on that site. Can you > fix that or tell me whom

Missing Package in git Installation Instructions (git-scm.com)

2016-07-04 Thread Christoph Michelbach
Hi, I noticed that the instructions on https://git-scm.com/book/en/v2/G etting-Started-Installing-Git don't work without dh-autoreconf installed on an apt-get system which isn't listed on that site. Can you fix that or tell me whom to tell about this? The website doesn't offer contact information.

Re: automatic git installation

2015-05-12 Thread Johannes Schindelin
Hi Fabian, On 2015-05-12 10:50, Knobbe, Fabian wrote: > I would like to automatically install git with a script. ... on Windows. > I already found some command line arguments to pass my settings to the setup > routine, but I still don't know how to set "Adjust your PATH environment" to > "Use

Git installation on Mac OS X - problem

2013-09-02 Thread Ted Wood
I've recently re-installed all of my MacPorts installations due to a third-party application corrupting my installation. Upon attempting to install git-core via MacPorts, it hangs on the "Building" stage, with no disk activity (clang process is active in Terminal). So, I attempted to download t

Re: Git installation on Mac OS X - problem

2013-09-02 Thread Ted Wood
Sorry... I misread the README... it does indeed say /usr/local/git, which is where the new binary was installed correctly. Eyes have been crossed by all of these software re-installations and terminal commands. :P Thanks. ~Ted On 2013-09-02, at 1:16 PM, Ted Wood wrote: > > I've recently

Re: git installation fails in home directory on ubuntu 12.04

2012-09-18 Thread Junio C Hamano
Stefan Beller writes: > So I did > git fetch > git rebase > git describe > v1.7.12-503-g5976753 > > ./configure --prefix=/home/sb > make > make install > GEN perl/PM.stamp > SUBDIR gitweb > SUBDIR ../ > SUBDIR perl > make[1]: `perl.mak' is up to date. > ... > make[1]: Entering dir

git installation fails in home directory on ubuntu 12.04

2012-09-18 Thread Stefan Beller
So I did git fetch git rebase git describe v1.7.12-503-g5976753 ./configure --prefix=/home/sb make make install GEN perl/PM.stamp SUBDIR gitweb SUBDIR ../ SUBDIR perl make[1]: `perl.mak' is up to date. make[2]: `GIT-VERSION-FILE' is up to date. GEN git-instaweb SUBDIR git-g