git remote repo setup

Discussion of applications not mentioned above.
Locked
User avatar
Toll013
Posts: 1
Joined: 22 Aug 2021, 01:20

git remote repo setup

Post by Toll013 »

I am trying to setup a git remote repo on my F2-221 that I can access from a PC with SSH

I installed created a RAID 1 volume on F2-221, installed git, and created a git folder under the "public" directory through File Manager.

I'm able to login the my F2-221 with SSH, and am attempting to create an empty repo. This article has instructions:
Setting Up a Git Server On a Network Access Storage (NAS)
https://medium.com/future-vision/settin ... 1505228521

I am struggling to locate the git and the other public directories. I am logged in as a user in the admin group, that is the same user that created the directories, so I expect to have permissions to access them.

The article says:
"The NAS should already have a volume1 folder on the root. Go to volume1
$ cd volume1"

However, I don't see a "volume1" directory in the file system.

What am I doing wrong? How can I access the "public" directory?
User avatar
djonesuk
Posts: 23
Joined: 28 Jun 2021, 22:01

Re: git remote repo setup

Post by djonesuk »

The public directory will be:

Code: Select all

/mnt/public
Locked