# Fix Git Remote Configuration Script # Remove incorrect origin git remote remove origin # Add correct origin without trailing slash git remote add origin https://hehaiguang1123:wYux3evdzMCzSYZKmHg4v55WxW322TYZ@git.haiguang.xyz/giteah/llm_wiki.git # Push to remote git push origin main