[ADD] doc FAQ: kill git-daemon when already run
This commit is contained in:
parent
6e57b2584a
commit
a7ce311f28
1 changed files with 8 additions and 0 deletions
|
|
@ -85,6 +85,14 @@ git rebase -i HEAD~4 -x "git commit --amend --author 'Author Name <author.name@m
|
||||||
git cherry-pick -m 1 --strategy-option theirs HASH
|
git cherry-pick -m 1 --strategy-option theirs HASH
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## git update manifest
|
||||||
|
|
||||||
|
### Error fatal: unable to allocate any listen sockets on port 9418
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pkill git-daemon
|
||||||
|
```
|
||||||
|
|
||||||
## git-repo
|
## git-repo
|
||||||
|
|
||||||
### error.GitError fatal bad revision
|
### error.GitError fatal bad revision
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue