vscode 및 Github 확장에 문제가 있으며 heroku에서 실행되는 불일치 봇이 있지만 코드를 작성할 때마다 (누르지 않고)이 오류를 보내고 집중 하므로이 글을 쓸 수 없으므로 작성해야합니다. 계속하려면 내 코드를 클릭하십시오 : /
이 문제를 해결하기위한 아이디어가 있습니까?
git symbolic-ref -q HEAD
git for-each-ref --format='%(upstream)' 'refs/heads/master'
git config --local --get remote.origin.url
git config --local --get-regexp ^remote.*.url
Command failed: git config --local --get remote.origin.url
Error: Command failed: git config --local --get remote.origin.url
at makeError (C:\Users\Stanislas\.vscode\extensions\knisterpeter.vscode-github-0.30.1\node_modules\execa\index.js:174:9)
at module.exports.Promise.all.then.arr (C:\Users\Stanislas\.vscode\extensions\knisterpeter.vscode-github-0.30.1\node_modules\execa\index.js:278:16)
at <anonymous>
Your configuration contains an invalid remoteName. You should probably use one of these:
heroku
1
따라서 질문에 명확하게 표시된 오류를 해결하십시오.
—
DavidPostill