fatal: unable to access 'https://github.com/huggingface/peft/': Recv failure: Connection was reset
This error message suggests that there was an issue with the connection between your computer and the GitHub server. The connection may have been interrupted or timed out, causing the "recv failure" error.
Here are a few things you can try to resolve this issue:
Check your internet connection: Make sure you have a stable internet connection and that your computer is not experiencing any network issues.
Retry the command: Sometimes, retrying the command can help resolve the issue. Try running the same command again and see if it works.
Use SSH instead of HTTPS: If you have set up SSH authentication with your GitHub account, you can try using SSH instead of HTTPS to access the repository. You can change the remote URL using the following command:
git remote set-url origin git@github.com:huggingface/peft.git
Contact GitHub support: If none of the above solutions work, you can contact GitHub support for further assistance.
相关推荐


















