heiher / natmap

TCP/UDP port mapping for full cone NAT
MIT License
1.38k stars 103 forks source link

README.md: Fix typo #46

Closed abgelehnt closed 9 months ago

abgelehnt commented 9 months ago

git://github.com/heiher/natmap protocol invalid. seems to be https://

> git clone --recursive git://github.com/heiher/natmap
Cloning into 'natmap'...
fatal: unable to connect to github.com:
github.com[0: 20.205.243.166]: errno=Unknown error
ysc3839 commented 9 months ago

The git:// protocol is valid, but it's not recommend since it does not have encryption. https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols#_the_git_protocol

And IIRC git does not support git protocol over proxy, this may be the cause of unable to connect to github.com.