Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major improvements #20

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Major improvements #20

wants to merge 4 commits into from

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
… 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.

None yet

2 participants