Skip to main content

Questions tagged [git-clone]

Obtains a local copy of a remote Git repository.

0 votes
0 answers
21 views

Is there a way to git clone images uploaded to GitHub wiki?

Is it possible to clone the images uploaded to GitHub wiki? It is possible to clone a GitHub wiki as its own repo. e.g. (e.g.https://stackoverflow.com/questions/15080848/how-do-i-clone-a-github-wiki) ...
prototype's user avatar
  • 7,731
-1 votes
0 answers
35 views

github cloning problem when trying to clone from my own repo

git clone https://github.com/JustineBijuPaul/buddiestourtravels.git --depth 1 Cloning into 'buddiestourtravels'... remote: Enumerating objects: 343, done. remote: Counting objects: 100% (343/343), ...
Justine Biju Paul's user avatar
1 vote
3 answers
74 views

How to set up a simple git server?

I have a program written in Go which runs Git to connect to GitHub. I'm trying to write a (unit) test for this program, hence I want to set up my own HTTP server inside the test to mock out GitHub. ...
Jordan Barrett's user avatar
0 votes
1 answer
22 views

Wanting to add files to an already Existing Repo on GitHub

I am very new to working with Git and GitBash. I have a repo on GitHub called "RepoA" which already has some files (let's say files from FolderA). I uploaded these on there using add, commit ...
Rin R's user avatar
  • 3
0 votes
0 answers
20 views

Why git clone succeed after renaming the repository name

A gitlab repository "moved" to a new location (different repo name, different user). Moved means that another user has created a new repository, and pushed the files to the new repository. ...
OJNSim's user avatar
  • 798
0 votes
0 answers
34 views

Gerrit rights for cloning a repo without a master branch (only tags exists)

I'm cloning a Github project which I'm then pushing to Gerrit for local development. I'd like to only push tags which I'm doing like this: git push gerrit-remote --tags The resulting repo in Gerrit ...
jgreen81's user avatar
  • 747
-3 votes
0 answers
12 views

I can no longer clone my private repositories to my VS Code (MacOS) [duplicate]

Every time I try to clone a private repository from my github onto vscode, it does remote: Repository not found. fatal: repository 'https://github.com/username/project.git/' not found I made the repo ...
mingzxy's user avatar
0 votes
0 answers
45 views

Accidently stopped git repo clone [duplicate]

I tried to clone a git repo that already exists in wsl (ubuntu). However, when it asked for password, I forgot it doesn't show on screen, and pressed ctrl+z to try and delete what I wrote. But then I ...
user1285764's user avatar
0 votes
0 answers
57 views

XAML designer disappear when I close my project

I have a problem with a project I am cloning to edit. When I clone it and the open it, all my xaml files are displayed half code, half interface designer. half code, hald designer image But once I ...
GilouLaGilette's user avatar
0 votes
0 answers
29 views

Github - Visual Studio Code - repository not found

I have an issue with Github and Visual Studio Code. I can clone und manupulate existing repos, but when I try to clone a new repo or push into a new repo, the error "repository not found" ...
Koalalars's user avatar
0 votes
0 answers
30 views

Gitea returns me error when trying to git clone a repusitory using public domain name, but everything is fine with private IP

I recently installed Gitea, the self-hosted Git system, which worked fine, until I exposed it to the internet, and now it has a new domain, I can access the website of Gitea from my new domain, but I ...
nuckingfigger's user avatar
0 votes
0 answers
19 views

Sourcetree stuck when clone repository

I try first cloning via sourcetree (version 3.4.18), and it stuck at: The Source tree is stuck at 100% for: Updating files: 100% (7891/7891), done. When I do cloning in command line, I do that with ...
Eitan's user avatar
  • 1,356
0 votes
0 answers
72 views

While cloning the git repository getting unexpected disconnect while reading side band packet

Cloning into 'repo?'... remote: Enumerating objects: 2521, done. remote: Counting objects: 100% (2521/2521), done. remote: Compressing objects: 100% (2273/2273), done. error: 4318 bytes of body are ...
Raze Abbas's user avatar
0 votes
0 answers
5 views

git blobless clone hangs for a long time

When I run this command: GIT_CONFIG_NOSYSTEM=1 GIT_CONFIG_NOGLOBAL=1 /bin/git clone --filter=blob:none https://github.com/movableink/webkit.git /tmp/webkit It hangs for a few minutes after: Resolving ...
Tom Hale's user avatar
  • 45.1k
1 vote
1 answer
50 views

git: determine if repo was cloned blobless or treeless

I want a programmatic way (preferably an alias) to determine whether a repository was cloned with either --filter=blob:none or --filter=tree:0, and to be able to tell which. eg: if git is-treeless; ...
Tom Hale's user avatar
  • 45.1k

15 30 50 per page
1
2 3 4 5
95