Github Password
-
Hello people, i want to update my FOGServer from 1.5.4.8 working bench to new version 1.5.5 and when i tried to download the FOG from GITHub like this tutorial page https://wiki.fogproject.org/wiki/index.php?title=Getting_FOG the GitHUB is soliciting login with user and password, something that had not happened before. Is it still possible to download FOG through this method? Thanks.
Regards, Igor.
-
Switching back to the master branch from the dev branch is pretty easy.
- Navigate to your git download of the fog project directory.
- The issue the following commands on the linux console of your fog server…
sudo su - cd /root/fogproject git checkout master git pull cd bin ./installfog.sh
- Then just run through the installer.
I just did these steps and I was not presented to enter a password.
-
@george1421 Thanks, with this commands above i was not presented to enter password, thanks.