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

+13 votes

I followed all the directions on the PDF
but when I do git pull it shows some random errors
the same thing goes for git push

anyone knows how to solve this ?

asked in CSC305 Fall 2022 by (1 point)
+3

Picture of errors?

+2

Have you configured your credentials correctly? The credentials were giving me errors before. If the credentials are correct, then as Kasper said, I would check and see if you are actually connected to your repository. If so I would check and make sure you saved the files in the correct folders on your computer. That was giving errors to other members in our group.

2 Answers

+6 votes

Can you copy and paste what the error is?

answered by (1 point)
+4 votes

An issue I ran into was I wasn't connected to the actual repo I wanted to be connected to, and then once I was connected, I followed the lab and it worked. This may not be the issue but hopefully a start.

answered by (2k points)
...