0
votes
0answers
20 views

Utilizing GitHub via NetBeans

I'm fairly new to version control, but I have been messing with Git from within NetBeans and I was wondering what steps I would need to set up NetBeans to use GitHub. I'm also wondering in addition if ...
2
votes
1answer
27 views

MacOS Terminal: how to use a seccond ssh key?

I'm working on MacOS and want an SSH/Git login with a seccond ssh-key. I have two key pairs in ~/.ssh/ id_rsa id_rsa.pub id_rsa.gitlab id_rsa.gitlab.pub id_rsa and id_rsa.pub are the older key. ...
2
votes
2answers
28 views

Git, SSH and ProxyCommand

I have a git server that is behind a firewall. I can access the firewall from my home, but not the git server. However, I can access the git server from the firewall (that is, I can SSH to the ...
0
votes
1answer
25 views

How to clone a local git repository to a repository on the server?

I am currently using this command :: git clone --bare path/in/local ssh://path/in/server But this command is creating a new git folder named ssh://path/in/server in my local system and then cloning ...
3
votes
0answers
22 views

Why would git-upload-pack (during git clone) hang?

I've read several other 'git hangs on clone' questions, but none match my environment and details. I'm using git built under cygwin (msys git is not an option) to clone a repo from a Linux host over ...
1
vote
1answer
25 views

Can't find pushed repo on git server

I Cant seem to find the repo I pushed to the master branch on a virtual server I am renting. I can push and pull to it perfectly, but when I go into the server(via ssh) to view the files, I can't seem ...
0
votes
1answer
23 views

Set SSH Identities In Bashrc

I have a .bashrc file to start my ssh agent (taken from here). Whenever I start my machine I keep having to add my identities to it (using ssh-add ~/.ssh my_private key). Not knowing bash scripting ...
1
vote
1answer
37 views

Access Git repo via SSH tunnel

I have access to an SSH account that can access a GIT server and am able to clone/push/pull the repo in this SSH login. However I cannot access this repo from elsewhere. On the SSH account I use, ...
1
vote
0answers
31 views

Unable to access JENKINS web pages after setting the HOME environment variable

I am struggling to get Jenkins to work with SSH and after looking at a number of questions and answers the answer seems to involve setting the Windows Environment variable HOME. When I set this ...
0
votes
1answer
83 views

Forward ssh protocol via ssh tunnel | corporate firewall

SHORT Why is git pull/push not working now that ssh behind firewall is functioning (esp. ssh git@bitbucket.org). Similar questions has been asked, and I have read them. But I still have a lack of ...
0
votes
0answers
31 views

You can use git or hg to connect to Bitbucket. Shell access is disabled

When I run the command $ ssh -T git@bitbucket.org I get the message: conq: logged in as USER_NAME. but USER_NAME is not mine. I've tried to delete all ssh key without success.
1
vote
1answer
33 views

Git SSH access setup issue

I am currently using Cywin and had a set up working previously. Upon reinstall and redoing my setup it is no longer working. I am following the instructions here ...
1
vote
0answers
72 views

Capistrano using sudo git clone instead of git clone

Here's my Capistrano file: set :application, "mydemoapp" set :repository, "git@bitbucket.org:sergiotapia/mydemoapp.git" set :scm, :git set :user, "serg" # The user on the VPS server. set :use_sudo, ...
0
votes
0answers
29 views

SSH permission denied error even when SSH is configured properly

I do the following steps to pull project from github rlogin machineA -l user git clone git://github.com/rails/journey.git cd journey git pull The above commands works fine. Logout of machineA ...
0
votes
1answer
22 views

GIT: how to change the actual username when pushing changes

i'm trying to fetch changes using git gui, the problem is that i'm getting a dialog window asking for a password: OpenSSH Administrator@IP-ADDRESS's password: as you can see the username is ...
-1
votes
0answers
35 views

PHP. Exec on Windows [closed]

I want run Git Bash program through exec and run my own commands like "git log". But I have problem with start Git Bash, I add to PATH link on Git Bash and now I can run the programm from cmd.exe by ...
0
votes
1answer
29 views

Unable to git push/pull while putty ssh-ing onto linux machine [closed]

I'm trying to ssh into a linux machine from a windows machine that has the files I need and want to put onto the repository. However I'm getting the following error when I try a git pull error: ...
0
votes
1answer
45 views

How to avoid typing passphrase for git pull executed under www-data

I stuck on the operation when I need to execute Git pull command running from PHP script. (user is added into www-data group) without passphrase typing. I found that this can be solved using command: ...
0
votes
1answer
47 views

SSH Fingerprint not authorized on Heroku after git restore

I had to restore my master branch from github a couple weeks ago and since then I've been receiving an error that states "Your key with fingerprint... is not authorized to access my app." I've ...
1
vote
0answers
25 views

Git-receive-pack error over SSH pushing

I am trying to push my local git repository to a ssh server, where I have neither root access nor the git command line installed. Since I have seen that git also supports ftp pushing i have thought ...
1
vote
2answers
82 views

Limit SSH User to a shell command

My question is how can I allow an user to ssh to my server with limitation to a shell command and a directory? My situation I'm using git to deploy code to my Server. I have 2 servers, 1st one is ...
0
votes
0answers
23 views

Error trying to clone repository

I'm trying to clone a repository into my local machine, but everytime I do I get the following error: FATAL ERROR Disconnected No supported authentication methods available (server sent: public key) ...
0
votes
1answer
26 views

Setup remote GIT repository via SSH? (No code access to the remote location)

I have a remote location I want to use as GIT repository. I have SSH access to that location and can copy files there. I can't install or run the GIT executables on the remote location. Can I (and ...
0
votes
1answer
51 views

Pushing over SSH to a GIT repository with Xcode 4.6

I am using Xcode 4.6 to develop my projects and I am using the local repository feature. However I would like to be able to push my repository to a remote ssh server. I have tried the following but ...
1
vote
1answer
43 views

Cannot login into gitolite server to clone, but can connect via ssh

While there are several questions with similar symptoms, none are exactly the same, nor do the solutions presented there solve my issue. I have set up gitolite successfully, as far as I am aware, ...
0
votes
1answer
23 views

git remote repository and login server

I have a git repository on a server to which I only can connect via a login server. I usualy make a ssh connect to the gitserver with this command: ssh loginserver -t ssh gitserver Can I use this ...
0
votes
0answers
25 views

SSH remote command no reading all environment variables [migrated]

I have declared some "PATH" variables in the ".bashrc" file of a remote machine. When I login to the remote machine, all these "PATH" variables work fine. But when I do a "ssh user@remote env", the ...
0
votes
0answers
27 views

writable smart HTTP and SSH git server

I need a writable smart HTTP and SSH git server. Apache use www-data user, but SSH cannot login www-data. If I push via SSH abc user, the files permission will follow abc user, which makes www-data ...
0
votes
0answers
49 views

Jenkins can't clone git repo but can ssh

I'm attempting to automate a build using a Jenkins CI installation on Windows 7. I've set up Jenkins to use the 'execute Windows batch command' and in here first call ssh -vT git@ourserver and ...
0
votes
1answer
136 views

Cannot push to github, ssh: Could not resolve hostname

I can't get pass this, have remade the repository multiple times, made ssh keys over -------------- demo_app <username>$ git remote add origin git@github.com:<username>/demo_app.git ...
0
votes
0answers
68 views

npm publish with private registry (git+ssh)

I'm working with private module that i created. they are stored into my private git server. i set the dependencies for that modules successfully using : "dependencies" : { "mymodule" : ...
-1
votes
1answer
209 views

Gitlab: Can't clone repo over SSH

I've installed Gitlab version 5.1 on my server (Centos 6.4 64bit). After a lot of hiccups, I now can clone, pull and push... but only over HTTP. Anytime I try an SSH clone, this error occurs: $ git ...
7
votes
3answers
113 views

Powershell takes a long time to load on start-up while loading ssh-agent / git

I have Powershell set to use posh-git through Git for Windows. In my profile file I have this: # If Posh-Git environment is defined, load it. . (Resolve-Path "$env:LOCALAPPDATA\GitHub\shell.ps1") . ...
0
votes
1answer
61 views

JGit for showing information about remote git repository

I'm working on a java web application that deals with showing/editing ASCII (text) files on a Unix server. The total size of all the ASCII files is about 1 GB and the situation is as follows: Unix ...
1
vote
1answer
32 views

Git Object Permissions - SSH

I have created a bare repository on my server. I am working with another developer and want to share access to this repo. I have set chgrp -R staff repo.git as well as chmod -R 660 repo.git. I have ...
0
votes
0answers
22 views

EC2 and Github key

When I want to deploy a new code to EC2 server that is on Github, I get the error message [IP.compute-1.amazonaws.com :: out] Permission denied (publickey). ** [IP.compute-1.amazonaws.com :: out] ...
3
votes
2answers
69 views

zsh - show if git branch have unpushed commitments

Actually Im using a slightly modified version of the oh my zsh theme blinks. It show a SSH statement just for optical difference to my local terminal. Also it show the branch and a little star if ...
-1
votes
1answer
408 views

Why can't ssh establish “the authenticity of host” for Github?

Both fingerprints of my host and my key on Github are the same. Why does the connection still fail? ssh -vT git@github.com OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012 debug1: Reading ...
-1
votes
1answer
24 views

Can't access files in Git remote repo

I have an app on GitHub. I pull this down to my laptop, edit the files, and push back to GitHub, no problem. Now, I want to deploy this app to my server. So, I SSH into my server and I create a git ...
1
vote
2answers
144 views

SSH Login with Password in URL

I have Jenkins cloning the Git repository at ssh://user@ip/repo/ and it all works fine, but I need to login with a password, which Jenkins doesn't support. Is there a way to login with the ...
0
votes
0answers
108 views

Installing git on GoDaddy

I am trying to install git on Linux on server following instruction from this website which GoDaddy recommends. Since I'm not an SSH expert I'm struggling to replace variables in .bashrc file My ...
1
vote
1answer
33 views

Git commits not using forwarded ssh agent?

Setup: We have several users with access to a Github repo. These users all have deploy privileges on various servers. The servers do not have access to the Github repo - they use ssh-agent forwarding ...
0
votes
0answers
150 views

Git timeout error but SSH works

I try to use our company VPN with git and I get this error no matter what I try to execute(clone, fetch, pull, push): [stoyan@localhost comapny-git-code]$ git pull Timeout, server team.company.org ...
1
vote
1answer
36 views

Selective access to Git repository based on SSH

I have a server with six Git repositories, to which I have read+write access through a single SSH account, all in /opt/git/, all owned by the SSH account. I'd like to give somebody else read+write ...
0
votes
1answer
41 views

Using git with 2 laptops and multiple identities

I started a project on my office computer. Now I'm trying to move development to my home laptop. But my home laptop already has keys of own (for several other projects). This particular project is ...
-1
votes
1answer
35 views

I can't use git to push my source code, It said “Permission denied (publickey).”

I had created a repository. and I run these command in local computer: $ git init $ touch README $ git add README $ git commit -m "first commit" $ git remote add origin ...
2
votes
1answer
4k views

git push to remote repository “Could not read from remote repository”

I searched for a while but I can't find a solution to my Problem. I have a Server I can connect to via ssh with the username git and a local git repository. Now I want to push my local repository to ...
0
votes
0answers
22 views

How best to Merge Git Changes over SSH

I have a feeling I'm going about this the wrong way. I have a software project with 3 developers all working on their own GIT Repo making frequent changes. They're pushing their changes to the ...
0
votes
1answer
213 views

“git push” produces Gtk-WARNING

I've been working on my project remotely through the command line on a machine to which I don't have admin rights and after running git push origin master I get the following error message: ...
0
votes
3answers
58 views

Git on Windows - How to authenticate with remote repo on Linux

Due to some serious problems with a Git repo on Windows over HTTP, we're moving our Git 'server' to Linux. Assuming I have already the msysgit for Windows installed and Putty, how will I authenticate ...

1 2 3 4 5 14