Jump to content
  • 0
iCORE

[HELP] how to fix this?

Question

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?

Edited by Naori

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

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 :P

 

Share this post


Link to post
Share on other sites
  • 0

@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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.