Hi
we have current production branch where we can do git pull without password
same way i want setup same branch to one more server, how can do that?
which of the config files can take from old server and replace those in new server
To allow anonymous access to your repository you need to make it public, that would allow anyone to clone and pull from the remote repository.
Current server we are able to do git pull without any password, we want deploy same master branch to one more new server without any password while doing git pull
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you need to make sure the repository is made public on the new server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.