Installation in local environment

Hi folks,

I have a local server with centos 7 installed. I would like to setup a local git server. Will it can be install and use in local enviroment. I am planning to use ip instead of a hostname. I tried to setup in atesting machine but i can’t login to fit@192.168.1.100 . And also is it possible to commit from the development to server to the heroku server?

Regards
Harilal

Use your /etc/hosts and give the ip a name like git.local. Then use that name for GitLab. I have done this like a million times :stuck_out_tongue:

I didn’t get the second question about heroku…

now i can login using the ip but there is a error i cant reach the git repos

E:\harilal\testGit\test>git push origin master
git@192.168.3.221's password:
fatal: 'root/test.git' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.