I'm getting this issue when I try to push to GitHub from Visual Studio Mac Version 8.10.14(build 17). Anyone know what is causing the issue?
I assume it is not passing in the name of the branch I want to commit to(I'm trying to commit to the master branch) when I click on it in the menu, which would make sense because I'm having a visual bug along with it.
This is not a parameter that is part of my code, it's a parameter from Visual Studios.
Here are screenshots of what it looks like:
When I first click on "Review and Commit" this screen appears. Normally this shows all the changes I have made, and shows "master" in the Branch parameter. For some reason this screen is appearing blank(which it normally doesn't)
When I click on the Branch dropdown, it shows the Master option, and then all my changes show up like so:
But then when I click "push changes" I get the "Value cannot be null. Parameter name: localBranch" error, as if I had not chosen "master" as the branch to choose to.
Anyone know what is causing this bug?