Skip to content

Conversation

@fr123k
Copy link

@fr123k fr123k commented May 23, 2020

  • update to the latest alpine version
  • support independant git account name from git-server repository location
  • update documentation

* update to the latest alpine version
* support independant git account name from git-server repository location
* update documentation
fr123k added 2 commits March 17, 2021 19:05
… well

The following .gitconfig will replace https with ssh.
```
[url "ssh://git@local.github.com"]
	insteadOf = https://github.com/
```

This will change the behaviour of `git clone` from
```
git clone https://github.com/fra123k/git-server-docker
```
to
```
git clone fr123k@local.github.com:fr123k/git-servert-docker
```

This correct but it results in ssh access denied because the local git
server container only provide the `git` user and not the `fr123k` user
ssh access.

This solved by setting up account user of the github repository.
At the moment only one account user is supported.
Copy link

@ruru-m07 ruru-m07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants