Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+5 votes

When trying to pull from my copy of the project, I get this error in eclipse:

Pulling 1 repository
Checkout conflict with files:
Checkpoint 1/.classpath
Checkout conflict with files:
Checkpoint 1/.classpath

I think this has something to do with the jar files, or build path somehow? So if anyone knows what this error means I would appreciate it.

asked in CSC305 Fall 2021 by (1 point)
0

had the same problem, I deleted the eclipse file (permanently from disk) and re-cloned it, it works. There might be a better solution tho.

2 Answers

+2 votes

When you want to pull changes from remote your status should be clear, which means there is no local changes you've made. You can either discard them, commit, or stash them to proceed

answered by (1 point)
+2 votes

We had the same problem. We deleted and re-added the repository.

answered by (1 point)
...