docker windows bind: An attempt was made to access a socket in a way forbidden by its access permissions.
netsh int ipv4 show excludedportrange protocol=tcp
https://dandini.wordpress.com/2019/07/15/administered-port-exclusions-blocking-high-ports/
docker windows bind: An attempt was made to access a socket in a way forbidden by its access permissions.
netsh int ipv4 show excludedportrange protocol=tcp
https://dandini.wordpress.com/2019/07/15/administered-port-exclusions-blocking-high-ports/
| # | |
| # Description: | |
| # Various additional git utility commands | |
| # | |
| # git recursive <command>: | |
| # from the current working folder search recursively for local git repos and run 'git <command>' on each of them. | |
| # | |
| # git recursive-exec <command>: | |
| # from the current working folder search recursively for local git repos and run '<command>' on each of them. | |
| # |
| git checkout --orphan temp_master | |
| git rm -rf . | |
| git commit --allow-empty -m 'Make initial root commit' | |
| git rebase --onto temp_master --root master | |
| git branch -D temp_master |
| http://i.stack.imgur.com/whhD1.png |