报错fatal unable to access httpsgithubcomlongtenglinnotesgit URL rejected Port number was not a decimal number between 0 and 65535
这个错误是因为你的git命令中使用了错误的URL格式。在URL中,应该使用冒号(:)指定端口号,而不是斜杠(/)。正确的格式应该是:
https://github.com/longtenglin/notes.git
请尝试使用正确的URL格式,并再次运行git命令。
原文地址: https://www.cveoy.top/t/topic/igK9 著作权归作者所有。请勿转载和采集!