github-for-unity / Unity

GitHub for Unity
https://unity.github.com/
MIT License
3.05k stars 447 forks source link

Can't push to a new repo #1147

Closed chessboards closed 2 years ago

chessboards commented 3 years ago

Logfile: github-unity.log

Description

I'm unable to push to a remote hosted on github due to the button being greyed out. image I have a stable connection to the internet, and have refreshed/fetched/pulled in attempts to allow the program to notice file changes. There are said to be changes to my files in the changes tab, however I'm not able to push them and update the repo.

Steps to Reproduce

  1. Setup Git for Unity by navigating to the asset store on the browser, adding the package to those that you own, and then allowing the browser to open unity on it's own accord via a popup uri.
  2. Sign in with the browser and accept the conditions and grant permissions
  3. Publish/initialize a new repository from your unity project
  4. Make some changes to the file structure, new files, the scene, etc.
  5. Attempt to push your changes to the new repo, but be thwarted due to the button being disabled

Expected behavior: Being able to press Push and have your changes be reflected on the remote repository Actual behavior: The button is greyed out, disallowing such a process. Reproduces how often: Every time I open my unity project.

Additional Information

Reproducing this with other newly created 3d projects yields the same results.