vscode 上 Heroku 和 Github 的输出控制台问题

vscode 上 Heroku 和 Github 的输出控制台问题

我在使用 vscode 和 Github 扩展时遇到了问题,我有一个在 heroku 上运行的 discord 机器人,但是每次我写入保存我的代码(不推送它)时它都会发送并聚焦这个错误,所以我无法写入,我需要单击我的代码才能继续 :/

有什么办法可以解决这个问题吗?

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

抱歉打扰大家,我禁用了扩展,他与 heroku 不兼容

相关内容