'Please clean your repository working tree before checkout.' #54
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @BethDibnah, uff, this might get messy. First off, if you have any files that you wrote or have added to that local CytometryInR folder (in the homework folder or otherwise), go ahead and copy them over to another location so that they are backed up and not lost. You have a couple options. Easiest would be to delete the entire CytometryInR folder on your local computer, and just re-download it from your GitHub ( https://github.com/BethDibnah/CytometryInR ) using the New Folder from Git option. You could also hover over the "Fix of the n of 20 challenge question commit", copy the commit hash number, and then once you have copied any of your files out, enter the following in the terminal tab Which will roll out a hard reset, rolling back the clock to that point in the repository. You would then be able to pull, bringing in all the changes that are currently stalled. There may also be a third option, generally in the bug console window from the screenshot above, the helpful trouble shooting options are about a full scroll above, in which case, screenshot those for future reference? Hope this helps get the repository unstuck. Best Wishes- |
Beta Was this translation helpful? Give feedback.


Hi @BethDibnah, uff, this might get messy.
First off, if you have any files that you wrote or have added to that local CytometryInR folder (in the homework folder or otherwise), go ahead and copy them over to another location so that they are backed up and not lost.
You have a couple options. Easiest would be to delete the entire CytometryInR folder on your local computer, and just re-download it from your GitHub ( https://github.com/BethDibnah/CytometryInR ) using the New Folder from Git option.
You could also hover over the "Fix of the n of 20 challenge question commit", copy the commit hash number, and then once you have copied any of your files out, enter the following in the terminal…