trying to add git link to my computer as root and getting error message
git clone https://github.com/xxxxxxx/xxxxx.sh
bash: git: command not found
Please use CODE tags as required by forum rules! (3 Replies)
I need to be able to run git commands on a solaris 10 box, the git server is a Linux rh 6.9 , but I can not find much info out there on a git client for solaris 10.
Is it just a pkgadd, or and install tar? or is there even any support for Solaris 10 git? My reading so far had not turned much up. ... (1 Reply)
I meant to type in:
man git-add //no space
but I typed this in instead:
man git -add // space between git and -add
There were all these spewing out; not quite sure what I did. I am new to unix and the terminal. Does anyone know what man git -add does and how do I undo... (2 Replies)
Hi,
I'm fairly new to the git command and I'm trying to figure out how to check if your local clone is up to date with the master. I know you can do the same thing on packages with apt-get by using update and then upgrade. Is there something similar with git? (0 Replies)
Hello,
I recently installed GIT 1.8.1 on my AIX 6.1 machine referring to AIX Open Source Packages | Main / git website and am facing a few issues with it.
Now if I login as root and issue git commands like git --version I get the response as shown : git version 1.8.1And I have tried creating... (4 Replies)
Hi ,
Currently i am working on git repository,It is absolutely new to me. To export the source code from git, writing the scripts. But the configuration for the password less is not getting.
As i had over come this situation in CVS . Please help me out to configure for password less automation... (1 Reply)