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

+4 votes

After you clone the project onto your computer, is there a way to not clone the project again while to push or pull more from the repository?

While in the BitternRepo folder, I get this error when I do git pull after not working on the project for a while.

fatal: unable to access 'https://github.com/AugustanaCSC305Fall24/BitternRepo.git/': Could not resolve host: github.com

Is there a way to keep working on the project without going through the whole cloning process every time I go to work on the project?

asked in CSC 305 Fall 2024 by (117 points)

1 Answer

+4 votes

Absolutely! In general you should only have to clone once, and then after that you can just "pull" to update it.

Your error sounds like a flaky wifi problem, rather than a git-specific problem...

answered by (1.4k points)
...