「The unauthenticated git protocol on port 9418 is no longer supported」
참고 문장
아래의 보도를 참고하였다.
처리 방법
git을 사용할 때 "The unautihentic ated git protocol on port 9418 is no longer supported"오류가 발생하는 이유는 다음과 같습니다.
pubspec.yaml
[잘못된 쓰기]4
ntp:
git:
url: git://github.com/knezzz/ntp.git
[맞춤법]"git:"은 이전의 문법입니다. 지금은 "https:"로 써야 합니다.
ntp:
git:
url: https://github.com/knezzz/ntp.git
Giithub도 공식적으로 쓰여 있다.
이 글은'git:///'쓰기 방식을 사용하는 사용자에게 영향을 미친다고 쓰여 있다.
Reference
이 문제에 관하여(「The unauthenticated git protocol on port 9418 is no longer supported」), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/mukkun69n/articles/7331320eb94ca6텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)