Update Error
-
Server
- FOG Version: 1.3.0 RC-8
*SVN Revision: 5949 - OS: Ubuntu 14.04
Client
- Service Version:
- OS:
Description
I am attempting to update the git version I receive an error when running:
sudo -i
git clone https://github.com/FOGProject/fogproject.git /root/fogprojectError: fatal: destination path ‘/root/fogproject’ already exists and is not an empty directory. Is it save to change the file permissions?
There is only one user on the server and I am logged into the server as that user.
- FOG Version: 1.3.0 RC-8
-
@monasmith529 you don’t use the link, and git pull is run from within the fogproject directory. You simply go to the fog directory like
cd /root/fogproject
and then just rungit pull
-
Git clone should only be run once, on initial setup. Afterwards you cd into the directory and run
git pull
-
@Joe-Schmitt into the same directory? When I run git pull with the same link into /root/fogproject, I get the error fatal: not a git repository or any of the parent directories: .git
-
@monasmith529 you don’t use the link, and git pull is run from within the fogproject directory. You simply go to the fog directory like
cd /root/fogproject
and then just rungit pull
-
@Wayne-Workman ahhhh thanks…I guess if I read more carefully I would see the Update to Latest headline