skip to Main Content

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 ?

2

Answers


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

    Login or Signup to reply.
  2. Github is currently down (not fully )

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

    link : Github Status

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search