g_b
g_b

Reputation: 12438

VS 2019 displaying push error without specifying any error

I'm getting this message from VS2019 in the 'Git Changes' window when I push code in my repository:

Failed to push to the remote repository. See the Output window for more details.

But there's no message in the Output window and furthermore, I checked the repository and the new code is there. This has been happening consistently since last week. What's happening and how do I make the message go away?

Upvotes: 0

Views: 147

Answers (1)

Casey
Casey

Reputation: 10946

This looks like a bug, but I can't really tell without seeing your Git Integration configuration and the steps you are using to reproduce the error.

I would suggest filing a bug report under the "Send Feedback" button (just under the X close button). Make sure to supply a detailed description and screenshots.

I personally stopped using the built-in Git/Github integration as it is pretty new and still has some problems.

In the meantime, GitKraken is a good alternative.

Upvotes: 1

Related Questions