[HELP] how to fix this?

iCORE

New member
Messages
393
Points
0
Location
Halcyon Ragnarok
Github
Naori
Emulator
Untitled.png


1. All my icons in my desktop that are in the red box non-version how to remove them?

2. At the whitebox how to return it to git clone, i accidentally press something that change git clone to git sync...

any idea how to fix?

 
Last edited by a moderator:
Looks like, you make clone using git in unwanted folder (probably in : C:Users[your user name]Desktop).

Usually, when we make clone something using git, git will make a new hidden sub folder named .git

Git use that directory to save information about any delta / version / change, that has been made.

Try to find this .git folder (the one that created by accident) and delete them.

NB : This is a hard way, though
default_tongue.png


 
@Naori,

Try what arisgamers suggested.

Most probably, there's a folder named .git in Desktop(made when you do git clone) and that makes it show those icons.

 
Back
Top