Home > OS >  unable to upload full project to github
unable to upload full project to github

Time:01-25

I have a github repository where I have uploaded a flutter project, However with due course of time I have realized one of my files mainly pubspec.yaml is not uploaded to github. I have tried various ways to sync my project but wont work.

I dont want to delete the project in github and add create a new one. This is a recurring issue

May I know what is causing this ? How can i update my project of vscode including all current files to github without causing any issue ?

CodePudding user response:

Github is currently down (not fully )

If you are trying to push to your repo you might be experiencing issues

link : Github Status

CodePudding user response:

Please delete pubspec.yaml from .gitignore file, and then try again. More info about .gitignore can be found here

  • Related