0

I'm working with my friend on an Android Studio Project. I would like to setup a local git repository on his or my PC so that the repository is created locally and can only be accessed in a local network. unlike git hub where it is available to all. Is there any way that I can setup a localhost git repository.

Mursal Khan
  • 35
  • 1
  • 9
  • 2
    Possible duplicate of [Hosting a git server on localhost](https://stackoverflow.com/questions/20325089/hosting-a-git-server-on-localhost) – smarber Jul 25 '17 at 11:14
  • 1
    If you only want a private git repository, you can use Bitbucket or Gitlab – Carlos3dx Jul 25 '17 at 11:15

1 Answers1

4

already answered here

you can also refer this link for more explanation.

Pooja Chauhan
  • 450
  • 4
  • 9