Questions tagged [git-clone]

Obtains a local copy of a remote Git repository.

1359 questions
-2
votes
2 answers

Is there any way git admin or some one can track the git cloned system details?

Is there any way Admin or some officials can find this out i clone the project into wrong machine.
-2
votes
1 answer

delete cloned file in a remote hadoop cluster

I created a repository on GitHub and cloned it to a remote hadoop cluster git clone . Now I want to remove this repository from hadoop cluster. How can I do that? I tried cd hadoop fs -rm -r , but it…
Jailene Huang
  • 173
  • 1
  • 6
-2
votes
1 answer

can not see project class after clone

I'm beginner at git on netbeans.well,when I'm clone a repository from github show me create netbeans project instead of open netbeans project and after select that doesn't show any class in project tab.
-2
votes
3 answers

making a local git repo clonable

I have a local git repo. Now, I cannot upload the code on github, but the code is located on a machine which has a public IP. So, what do I need to do if I want to be able to clone the repo from a different machine. thanks
user3709636
  • 71
  • 1
  • 6
-3
votes
4 answers

Can i download someone repository and upload it to my GitHub account?

I want to download someone repository in my local machine and uploaded it to my GitHub account so there some issue can be occurred or not if i uploaded on my GitHub? Guide me in details how i can do this I research more but i can't find the exact…
-3
votes
2 answers

Cannot see cloned repositry in my local Drive

I have cloned a repository in my local machine from GitHub using git but it showed me only readme note. In actuality it has two branches master and main the project is in master not in main and readme file is in main and when I do clone it shows me…
user15294548
-3
votes
2 answers

Cloneing a React project onto a new PC

I have a very very basic react app that I made on my desktop and pushed to git. I am now trying to clone that repo and build it on my laptop. When I clone the repo I run npm install and when that succeeds I run yarn start only to be greeted by…
ColeDOT
  • 107
  • 1
  • 1
  • 9
-3
votes
1 answer

noobie Git issue

Having git installed, I am using it with another developer. I am not sure how to use git, but for some reason it keeps telling me that the folder I am interested in is already in sync after I do 'git sync'. I am not sure what I am doing wrong and…
Ted
  • 3,805
  • 14
  • 56
  • 98
-5
votes
1 answer

How can I share working repository with another user (push/pull)?

I've cloned a Git repository from Assembla by running: git clone git@git.assembla.com:[my_project].git How can I share my working repository (located at /usr/local/project) with another user, so that they can directly fetch/pull from and push to my…
Leonhart 27
  • 101
  • 3
  • 11
1 2 3
90
91