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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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