-1

I want to do what I did on Windows with:

net use N:"https://where.the.git.repo.is/" /P:Yes

Does anyone know how?

I am new to using linux, but I would like to access this repository as easily as on windows.

Henri
  • 205
  • 1
  • 9
  • 2
    This is more sysadmin/poweruser than programming and better fits there. I have no clue if someone made a userfs implementation for git. – Peter Tillemans May 20 '15 at 15:28

1 Answers1

0

Apparently someone did create a FUSE implementation :

http://www.presslabs.com/gitfs/docs/ https://github.com/PressLabs/gitfs

I have no idea if this works or not or even why this is useful.

I recommend a more classical use of git though.

Peter Tillemans
  • 34,983
  • 11
  • 83
  • 114