Obtains a local copy of a remote Git repository.
0
votes
1answer
18 views
gitlab Connection refused - connect(2) (Errno::ECONNREFUSED)
My gitlab server is under router which redirects 80 and 22 ports. server has inner ip address and router has public address. When I do git clone gitlab@domainname:user/example.git I get
Warning: ...
0
votes
2answers
34 views
Github - use one repo as basis for another, preserving branches and history
I'd like to move over a repo, with all its history and branches, to a fresh repo. I've been able to find ways to use a single branch as a basis for a new repo (git workflow - using one repo as the ...
2
votes
2answers
63 views
Git FULL push , no refs?
I am trying to push my .vim directory to github.
I am using pathogen ,so under .vim/bundle , I have some plugins , which are git repos too.
when I push to github they are converted to green folder ...
0
votes
1answer
61 views
fatal: could not create work tree dir 'kivy'
I'm trying to clone my fork of the kivy git, but it's not working. I've made the fork correctly, I believe, but when I type this into my Mac terminal:
git clone ...
2
votes
1answer
103 views
error: Failed connect to github.com:8080; Connection refused
I know this issue is not new, I kept looking for the answer but until now nothing worked for me.
The issue is that each time I try a git clone or git pull command, I receive the following error:
...
0
votes
0answers
113 views
Failed to clone repository on Windows 8
I am new to Github and Git all together, and so I have downloaded the Github for Windows to run on my Windows 8 computer. However, when I attempt to clone a repository that is in an organisation that ...
3
votes
1answer
74 views
Download a specific version of source code from android.googlesourcecode.com
I want to download the source code shown in the tags from android.googlesourcecode.
For example, I want to download calendar code
https://android.googlesource.com/platform/packages/apps/Calendar
...
0
votes
0answers
41 views
Clone repository from github in xcode userid password error
Open xcode then click "Connect to a repository"
After entering the URL the button on the bottom changes to clone. FYI The repository is private and should require a github password and userid. ...
0
votes
1answer
40 views
Cannot clone a git repository and have to create a repository locally first and to configure its local remote setting
My ~/.ssh contains two keypairs:
id_rsa_foo&id_rsa_foo.pub
for user foousername on GitHub (github.com)
id_rsa_bar&id_rsa_bar.pub
for user barusername on GitHub (github.com)
for user ...
1
vote
2answers
54 views
Can't install github is there an alternative?
I'd like to download from github: https://github.com/ushahidi/SwiftRiver
I'm not familiar with Github but it's clear that I need to install it in order to download this folder/application.
I tried ...
0
votes
1answer
52 views
Git setting up ssh key
I installed git on a machine using Windows Xp and I am trying to clone from a remote repository hosted on heroku. The problem is that when I first login on heroku the generate ssh key option does not ...
-1
votes
1answer
414 views
Can't clone a development branch
I would like to install typerex from its development branch. But I have trouble in cloning it as follows:
~:~$ git clone git@github.com:OCamlPro/typerex.git
Cloning into 'typerex'...
The ...
2
votes
2answers
38 views
Is it safe to clone a git repository into its own .git directory?
I recently put my website under Git version control. I'm using git-ftp to upload files, and I've set it up so that the master branch is the content that should be on the server, and the live branch is ...
1
vote
0answers
86 views
Git Clone is too slow
This is my first time to construct the git server. When I use TortoiseGit-1.8.1.0-32bit to handle the operation, everything is fine!
But if i use the git clone command or git bash, the git clone ...
1
vote
2answers
77 views
git-clone fatal, permission denied
I've got a new git that for some reason I can't clone on one machine. Clone works fine from my laptop and various desktops, but from an older server with git --version 1.5.2.1 I get the following ...
1
vote
3answers
205 views
Permission denied when cloning git repository
So I just setup an Amazon EC2 instance. And installed git..
sudo yum install git
I then set up my ssh key with github. Now when I try to clone my repo into /var/www/html folder i get this error..
...
1
vote
2answers
122 views
How to clone git repository from its zip
I'm trying to clone a remote repository on github, but it is big and my connection doesn't seem to be stable enough, so I can't clone it successfully.
But I have successfully downloaded the .zip of ...
2
votes
1answer
134 views
Bower install using only https?
I am trying to set up Bower on a build server at our organization's data center, but git's port does not appear to be open on the data center's firewall. I can use the git command line client to ...
1
vote
1answer
94 views
GIT SSH connection issue
I am trying to access a remote repo from the GIT bash on Windows 8.
I have been through the steps detailed at ...
3
votes
1answer
255 views
gitlab error cloneing git@localhost:gitolite-admin.git from the installation guide
i try to setup gitlab and follow the installation guide on https://github.com/gitlabhq/gitlabhq/blob/stable/doc/install/installation.md.
My curent problem occurs when doing a smoketest on gitolite, ...
0
votes
0answers
19 views
repodir.git moved from dir1 to dir2
I have a strange problem with git.
I integrated git with redmine to have my git repositories.
First I tought of dir1/repodir.git and did some updates which even worked when cloning with file:// and ...
0
votes
1answer
293 views
Heroku Git clone - How? [closed]
Using heroku here. Trying to create a simple facebook app.
But when I type in the following, after logging into heroku:
git clone git@heroku.com:ofn-joblistings.git
I get the following:
...
4
votes
3answers
69 views
How to make git repo remember all remotes?
I have a git repo that is a fork of another repo. As a rule I will normally add a remote called upstream, which is the original repo I forked from.
$ git remote -v
origin ...
1
vote
1answer
80 views
When doing a git clone --mirror where are the actual files?
I have a project on github which I'd like to mirror on my server.
I've tried the following: git clone --mirror git@github.com:user/repo.git.
Then in the repo.git directory, I have the following ...
0
votes
2answers
53 views
GitHub server-side clone repo
On GitHub, I would like to create a clone of a repo. Not a branch or fork, but clone a repo into a new totally distinct repo. Hopefully I can accomplish this purely on the server-side ( i.e. not ...
1
vote
2answers
65 views
Is it possible to find out the users who have checked out my project on GitHub?
I'm wondering if there is any way to know who has checked out my project hosted on GitHub? This would include people who have forked the project directly on GitHub, as well as people who may have ...
0
votes
2answers
36 views
Is there a way to clone a local git repository together with its staged and non-staged changes?
I want to write a script that clones a local git repo multiple times, but also copies over all non-committed changes over to the cloned repos. Is this possible?
Had a look at git-clone, but didn't ...
2
votes
2answers
130 views
File modified after git clone
After clone a github repository in my PC, a file is showing like a modified file. But the last modification in this file was done 8 months ago. How is possible?
I tried execute "git checkout -- ." ...
0
votes
0answers
51 views
Git clone from CodeAurora.org, only a single repo, not the entire project
So, I was wondering there is any way to to clone this repo:
https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=tree;h=refs/heads/korg/linux-3.0.y;hb=refs/heads/korg/linux-3.0.y without ...
2
votes
1answer
55 views
How do I clone a github wiki?
How do I clone my github repo's wiki? I know it's saved as a separate git repo, but can't remember the path.
I've tried ...reponame/wiki.git and ...reponame.git/wiki but neither are correct.
3
votes
1answer
59 views
Git - filter before/on clone
I have a massive repository - it's more than a gigabyte. Cloning the repository takes hours. However, most of that size is because of a data directory that isn't needed to work on the project locally. ...
0
votes
1answer
170 views
Git clone using public private keys
I have been trying for ages to clone a git repository using public and private keys for authentication instead of password. I generated my keys using puttygen on windows. I cannot log in from windows ...
-2
votes
1answer
68 views
git clones wrong repository [closed]
I have 2 repositories on github.
When I tried to clone the second repository locally , I see my 1st repository gets cloned. I am sure that I use the correct repository endpoint.
I tried with other ...
0
votes
1answer
85 views
windows git clone from linux
I have installed Cygwin Terminal on my windows. And I try to clone the git repository we have on a linux server with command :
$ git clone ssh://some.server.com/somename
Cloning into 'somename'...
...
0
votes
1answer
140 views
Cloning on ubuntu takes a long time [closed]
I have installed Git in ubuntu using the command
sudo apt-get install git-core
sudo apt-get install git
After this, I tried to install node.js using the command
git clone ...
1
vote
1answer
24 views
Some folders are empty while cloning after a git add -A
I created some repository in Git and added repos as submodules.
In the submodule repo i added contents.( folders and files).After that i did
git add -A
git commit -m "message"
git push origin ...
-3
votes
2answers
69 views
GIT how do I know who or which users cloned the repo? [closed]
I've a private REPO in GIT 1.7 in a Ubuntu Server that is available for a group of users. I would like to know if there is a way to learn which user had already cloned that mentioned REPO. Is there a ...
0
votes
2answers
52 views
Is this run on local or remote?
I'm trying to do something very simple: Clone a repository.
The documentation here: http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository isn't particularly clear on the usage of the clone ...
0
votes
0answers
30 views
Odd/garbled remote output from “git clone” and “git fetch” commands
I've been running into some odd server output (line 5 of the block quote, below) when cloning and fetching from a remote Git repository. I'm wondering if anyone has a thought as to what could be ...
1
vote
0answers
41 views
Difficulty cloning individuality file from github repository
I'm trying to pull an individual file from a private github repository of mine, and am having difficulties.
Specifically, this works:
git clone git@github.com:userName/repositoryName.git
but I ...
-1
votes
1answer
69 views
Git clone all but one file or folder, possible? [duplicate]
Possible Duplicate:
Is there any way to clone a git repository’s sub-directory only?
Is it possible to clone a repository but some files?
Let's say I don't want to clone the example ...
0
votes
1answer
96 views
Clone a github app to heroku
I'm a newbie and i want to clone an app from github to heroku. I tried this command
heroku git:clone git@github.com:[Creator]/[APPname].git [HerokuappDirectory]
But i get Resource Not Found.
-3
votes
1answer
45 views
noobie Git issue [closed]
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 ...
1
vote
1answer
147 views
git clone vs git pull
For my project I keep an online repository on github and local repositories on two computers (say A, B) where I write code and run tests and also on two-three other machines (say, C, D, E) where I ...
1
vote
2answers
70 views
Why does cloning a remote Git repo create a remote HEAD, when simply tracking does not?
I have Git configurations for participants in a project that are designed to behave the same for me and for all collaborators. So that, for example, our branch names match and the branches track the ...
3
votes
1answer
32 views
Getting the remotes along when pulling a local repo
Common situation:
deployer$ git clone git://gitserver/project.git
deployer$ cd project
deployer$ ./deploy
Lots of errors!
deployer$ hack --until-it-works deploy
deployer$ git commit -m "fixed it" ...
3
votes
1answer
84 views
Using git to manage a production web site?
I have a web site with about 15,000 files on a production server. A remote developer is now doing the bulk of the work on the site, but I occasionally need to make some edits also. It is apparent ...
0
votes
0answers
97 views
libnl.git (fatal: The remote end hung up unexpectedly)
I'm making the project and have to install dionaea. But before installing it, I have to install some packets like liblcfg, libemu, libnl, etc.
I've already succeeded in installing the liblcfg and ...
0
votes
2answers
74 views
How to use git-svn with an SVN repository already on disk?
I'd like to work with a remote SVN repository using git-svn. I've been trying to download it with git svn clone -s REPO_URL but because my network connection isn't great and the repo is quite big, it ...
1
vote
2answers
114 views
What to do after cloning repo from git
I am just a git starter, basically I clone a git repository and now I wanted to commit the changes that I made in a file. when I run the command git commit it says not a git repository,
So being a ...



