Open uykhokhar opened 7 years ago
Is your project using another git?
If so, try this: copy your project to another directory; go to that directory; delete ".git"; then try to push the project to the class repo. Hope this will work.
@mengwanguc has good advice. You can copy it over to a new directory and create a new git repo. Something like this (but maybe not exactly):
cp project_dir new_project_dir/
cd new_project_dir
rm .git/
git init
git add *
git commit
Thank you @mengwanguc, @tabinks. I push the final project with the commit "final winter project push" at around 11:55. This version worked completely without any issues. After merging with my bosses' branch (after 12:00pm), I noticed that the researckit framework was missing from the project. This merge was also committed to the winter project repo. We've always had a problem with the framework not syncing properly.
Thus, please only use the commit prior to the noon deadline. i have a zipped copy of the project before the merge if you need it. (If we want to avoid any issues--I can also push the zipped version into a new winter class repo --if you think it's worth the trouble creating one).
While attempting to submit the completed project into the provided class repo, I noticed that push is not working. The project is also on a private IT services repo as well. Could this be causing a problem?
Any recommendations? If none, could I possibly provide the code as a zip file in an email?
Thanks