-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty AWS CodeCommit repo fails to get upstream branch during push #286
Comments
Just confirming that this happens if you clone an empty repository. Anyway to set upstream for empty repositories? Or better yet, if the extensions can handle upstreams for empty repository? |
@jaipreet-s does this problem still exist? I'm not able to reproduce it with |
Just tried today and it seems like it's possible to push via the We should check why the push and pull buttons are disabled in the first place. |
Steps to repro
Push failed
with an empty error messageDetails
On observing the server side logs, I saw the following logs which comes from the
get_upstream_branch
pathOn
git status
, I see this state of the local repo, and plaingit push
worksThe text was updated successfully, but these errors were encountered: