0%

问题记录

    记录一些问题。

github报错remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.

解决方法:将token直接加入到连接中

1
2
git remote set-url origin https://<your_token>@github.com/<USERNAME>/<REPO>.git
git remote set-url origin https://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@github.com/HDMLOVE/libpcap_demo.git/
小主,路过打个赏再走呗~