答案1
<U+0096>
是不可打印的字符(守卫区域开始) 您可能无意中从浏览器中复制粘贴了它。看来它git remove
也无法打印。
为了修复这个问题,我强制origin
将 的 URL 重置为不包含该字符的正确 URL:
git remote set-url origin https://github.com/hunnypooh/my-repo.git
使用更正后的 URLgit push
应该会成功。
<U+0096>
是不可打印的字符(守卫区域开始) 您可能无意中从浏览器中复制粘贴了它。看来它git remove
也无法打印。
为了修复这个问题,我强制origin
将 的 URL 重置为不包含该字符的正确 URL:
git remote set-url origin https://github.com/hunnypooh/my-repo.git
使用更正后的 URLgit push
应该会成功。