Problem
You clone your repository, and after creating a project, you commit to GitHub. However, GitHub tell you an error “Pipe Has Been Ended.”
Cause
- There are several reasons why this case happens.
- Misconfiguration of your GitHub setting
- Some characters are not allowed to commit to GitHub.
Solution
- Rebuild your project
- On The Git Changes, find the Changes tab
- Right-click on the changes, and ignore the .vs folder. You can do that by right-clicking and ignoring the item
- Do local commit
- Do commit to remote
Leave a Reply