Estia-1a / projetGenieInfo_public

This is the main repository for the Estia First Year Computer Science Project
MIT License
1 stars 2 forks source link

[BUG] Cloning errors #107

Open ValentinTexier opened 2 months ago

ValentinTexier commented 2 months ago

Bug description A clear and concise description of what the Bug is. The bug should be related to the installation of the project.

It should not be about bug in your code!

"> git clone https://github.com/Estia-1a/pgi-2024-the_grateful_rhinos.git c:\Users\Valentin.texier\OneDrive - ESTIA\Documents\ProjetInfo\pgi-2024-the_grateful_rhinos --progress remote: Repository not found. fatal: repository 'https://github.com/Estia-1a/pgi-2024-the_grateful_rhinos.git/' not found"

Step to reproduce What were you doing when the bug happened.

"Clone project Open command palette (CTRL + SHIFT + P) Type "clone" and select "GIT: clone" Select "Clone from Github" Select "Estia-1a/pgi-2023-TeamName" project Select a location for the project WARNING: No accents in your folder names! Otherwise, your project will not compile. And then there is a pop up with the error."

Info about your config

(Clic Preview to see the image below)

Info systeme

Screen shot Add screenshots about the bug here.

image

image

image

image

image

dhmmasson commented 2 months ago

Tu ne dois pas être loggué sur vs code avec le même compte que tu es inscrit sur classroom. Déconnecte toi (en bas à gauche dans le profil) ou fait le clone avec smart git comme en sgv.

dhmmasson commented 2 months ago

In Visual studio code, click on profile icon and signout of git. Then login to github.com, go to settings > Applications > Authorized Oauth Apps. Revoke "VS code" and "Windows Credentials Manager". In Windows, search for "Credentials Manager" app and delete "git:". Now clone freshly from VS code and terminal(git clone). Authorize from browser in github. Now, you will re-authorized in both VS Code and command line.