Tagged Questions
0
votes
2answers
14 views
Ubuntu - How to commit a whole Android project to a local respository?
Being fairly new to Linux and very new to Git, this is proving to be.. problematic.
Can someone please direct me to or tell me the steps required (Ideally step by step) to do this?
I have a ...
0
votes
2answers
45 views
Git - how to push on every repository inside folder
On my local computer I have every project inside my workspace folder, there I have some git repositories which are cloned from repositories of github, bitbucket, etc.
So for example I have something ...
1
vote
1answer
80 views
Merge Request not working GitLab
I have been trying to merge two branches with GitLab But I am keep getting this message. I checked no branch is protected.
You can accept this request automatically. If you still want to do it ...
0
votes
1answer
24 views
Not being able to pull in a git hook (bash script)
I am working on a website, on an Ubuntu 12.04 server. When I push code to my website, I want my hook to automatically pull the code in my apache folder. The following commands update my website to the ...
0
votes
1answer
49 views
How to setup Git to deploy python app files into Ubuntu Server?
I setup a new Ubuntu 12.10 Server on VPN hosting. I have installed all the required setup like Nginx, Python, MySQL etc. I am configuring this to deploy a Flask + Python app using uWSGI. Its working ...
0
votes
0answers
38 views
AWS Elastic Beanstalk aws.push permission denied
I'm new to AWS (and Ubuntu, for that matter), and figured Elastic Beanstalk would be a good place to start. I have a PHP application, in a git repository, that works fine when I test it locally or on ...
0
votes
0answers
22 views
git ssl verification error on devstack
While cloning devstack I was getting ssl certificate verification error. And when I disabled ssl verification in "gitconfig" as well as using environment variable "GIT_SSL_NO_VERIFY=false" I got 403 ...
-1
votes
0answers
45 views
Setup git on an Internal Server [closed]
I'm new to Ubuntu.
I've been following this Setting Up the Server to config git on a Ubuntu machine (MyUbuntu).
I created a Git account and my authorized_key is in /Home/git/.ssh
ssh-rsa
...
0
votes
0answers
22 views
Cannot initialize a “share” Git repository in Ubuntu 12.04 LTS [migrated]
In my Ubuntu terminal, I create an empty Git repository in an empty folder, say called "Docs", on a removable hard disk. But the system response me an error message to my command
$ git --bared init ...
0
votes
0answers
36 views
git - Unable to correct problems, you have held broken packages [migrated]
I am not able to install git on Ubuntu 12.10.
I have tried adding the git package repository manually to software sources still I am getting the following error while installing git-core on Ubuntu ...
1
vote
3answers
61 views
Automatically feed input to Linux command line
If I have a linux command that prompts for 2 or more input, how can these inputs be passed to the prompt by defining it in the command line? Is there something you can add behind the command to do ...
-1
votes
1answer
40 views
RVM git has no installation candidate [closed]
I'm currently trying to install ruby via rvm on Ubuntu 10.04 with Plesk 11.
My rvm version is 1.19.3..
Unfortunately, rvm fails while installing the requirements, namely git.
The log says there is no ...
0
votes
2answers
51 views
How to allow a group access for a GIT repo (Ubuntu)
So I have a GIT repo hosted with Gitosis.
I have a user called user1 and of course user root.
user1 belongs to group 'dev'
/var/www is owned by root, and grouped to 'dev'
permissions for the ...
1
vote
2answers
60 views
how can I do “git pull” automatically when my server startup
I am using ec2 instance @ ubuntu . I am trying to automatically do "git pull" after i launched a new instance from my AMI. The repo dir is already in my AMI, all i need is update the repo.
what i am ...
1
vote
1answer
93 views
Adding git branch on the Bash command prompt
I tried adding the git branch I'm currently working on (checked-out) on the bash prompt without success.. (while keeping my current path which shows the active directory/file intact)
I have a .bashrc ...
1
vote
1answer
185 views
Github error: src refspec BRANCHNAME does not match any
I forked a repo on GitHub. Created a new branch from website (named "anythingslider").
Then:
cd /home/multiformeingegno
git clone git@github.com:multiformeingegno/cdnjs.git
Enter passphrase for key ...
0
votes
0answers
27 views
git behind a proxy? [duplicate]
I want to clone something from git using the command:
git clone git://git.gnupg.org/gpg4win.git
But this don't work knowing that I have to configure the proxy setting for my internet connection. (I ...
-2
votes
2answers
77 views
How to add multiple files in git
I have 4 files in a folder. I have modified 3 of them. How do I add and push only the modified files all at once. Will "git add ." work here.
0
votes
0answers
24 views
Working with git repo via egit
I am trying to connect to my repo on github via egit but during connection error occurred : "Cannot list the available branches. Reason: Exception caught during execution of ls-remote command"
0
votes
2answers
44 views
Making uploading to github easily for ruby project
I'm working on a Sinatra project alone. Every day or even more often I upload the code to github by saying
git add .
git commit -m "my comment"
git push origin master
I know this question probably ...
0
votes
0answers
21 views
Solution for gitosis-init: error: “not expecting arguments” [closed]
I have followed the steps in these link:
enter link description here
0
votes
1answer
871 views
Dependency fail installing egit on Eclipse indigo
I have this problem trying to install EGit in Eclipse Indigo on a Ubuntu 12.04:
Cannot complete the install because one or more required items could
not be found. Software being installed: ...
1
vote
1answer
80 views
github in ubuntu looking for the application?
I'm fairly new to all this programming with github and ubuntu. I'm trying to play with ruby on rails. Anyways, I've messed with windows and github, where when I install git, I can an actual ...
1
vote
1answer
203 views
Upgrade git to 1.8.1.5 failed
On Ubuntu 10.04.4 LTS, I have upgraded git to 1.8.1.1 using apt-get install
Now I downloaded git-1.8.1.5.tar.gz,and want to build the source to upgrade git.
I have set the $PATH environment variable ...
2
votes
1answer
159 views
Git push takes forever
When I am trying to push to my remote git repository, but it is taking forever and nothing happens. I waited for so long, but push is never getting finished. My OS is Ubuntu 12.10. Thank you.
2
votes
1answer
43 views
Git unable to push after changeing privileges
I have been using a git+gitolite+redmine installation for a long time with no problems. The server is running on ubuntu while I'm developing on windows, and pushing data to the server using a rsa key ...
2
votes
2answers
185 views
SOLVED: using git to update itself
I see on the git download page http://git-scm.com/downloads [among many other tutorial pages] that you can update git via itself. currently my desktop has git 1.7.9.5 and the newest is 1.8.1.3
I am ...
1
vote
2answers
171 views
remote git repo digital ocean ubuntu
I've recentley signed up for a Digital Ocean account but I'm having trouble setting up a remote repo on there for my projects.
I've setup the SSH key locally and successfully copied these to the ...
0
votes
2answers
339 views
fatal: bad config file line 1 in /home/trx/.gitconfig
I know this question has been asked a million times, but my ~/.gitconfig consists of only two lines, that are character correct with the tutorial.
git config --global user.name "trx"
git config ...
0
votes
2answers
56 views
working with git on a ubuntu server
I have a small network of machines (2 windows, 2 macs, 1 ubuntu server and 1 fedora). I was wondering if any once could help me with how I should set git up so I can push and pull files both locally ...
3
votes
1answer
227 views
Git-shell: git-shell-commands should exist rather than “What do you think I am? A shell?”
I'm trying to set up my git server on Ubuntu 12.04 as described in this document. I've got my ssh key working fine, and I've changed the shell of the git account to use /usr/bin/git-shell.
According ...
-1
votes
1answer
62 views
pushing bash history to github regularly [closed]
I want to push the bash history to my github account regularly,say everyday I will push the history to github, how do I do it. Any heads up. Is it possbile?
The bash history file should be renamed to ...
2
votes
1answer
232 views
How to install and support node.js app from git on Ubuntu server
Full stack of commands for install node.js and app from git on the Ubuntu server (Ubuntu 12.04 on Amazon EC2)
4
votes
3answers
586 views
Unable to update Git on Ubuntu
I am trying to set up Git on an Ubuntu Machine (I'm using a Samsung Chromebook running Ubuntu 12.04).
When I entered "sudo apt-get install git" and it successfully installed Git 1.79
...
1
vote
2answers
538 views
git clone “does not appear to be a git repository”
I get an error when I try to clone a remote git that is outside HOME of the git user.
Cloning into test...
fatal: '/media/raid/repo/test.git' does not appear to be a git repository
fatal: The remote ...
3
votes
2answers
177 views
SVN / Git / Bash
I am working on a project with a team. They use SVN, but I prefer git. While I could do this more easily by simply getting better at SVN - I'd prefer to make my life complicated and use Git.
Here is ...
1
vote
2answers
384 views
Git pull permission denied linux?
When I run git pull origin test, I get
fatal: unable to connect to cache daemon: Permission denied
followed by the prompt for the github username and password. The directory is located under my ...
5
votes
3answers
192 views
git impossible to push after add
Ok, so i've a problem that i'm not able to fix since some week.
I use git (on github) to store my project. Recently i've added some new files in it with no problem, but, when i use "git push" i've a ...
0
votes
2answers
93 views
Syncing PHP Git project's MySQL structure
I've recently learned to use git, have a nice editor that supports it, and a nice hook that uploads everything to a live site upon push. So now I have a local version, a dev testing version and a live ...
1
vote
0answers
95 views
Pip install doesn't checkout correct branch
Here is the command I am running from puppet:
venv/bin/pip install -e git+https://blablabla.com/git/myproject.git@develop#egg=myproject
Which should install the develop branch. Instead it installs ...
2
votes
1answer
60 views
git push crashes with “inflate returned -551”
While pushing a git repository from a ubuntu server to another ubuntu server, I get the following error:
Pushing to gitosis@xxx:yyy
Enter passphrase for key '/home/ngrislain/.ssh/id_rsa':
Counting ...
0
votes
2answers
101 views
Where to store public key for ssh on ubuntu?
I have a nodejs application under git control version and a git account for managing this one?
sudo adduser \
--system \
--shell /bin/bash \
--gecos ‘User managing of git version control’ \
...
0
votes
1answer
56 views
init git on deployment server for nodejs
I want to create a deployment server with nodejs application. I'll write nodejs code on my windows machine and push it on that ubuntu linux server. Can you tell how should I setup git for pushing a ...
4
votes
4answers
1k views
Can't push using EGit and Bitbucket
I've been trying to start a project using EGit with Bitbucket but I can't push the project to the repository in the server.
These are the steps I've followed (I'll try to be very specific so other ...
1
vote
0answers
108 views
Error:fatal: Not a git repository: '.' when I use gitolite Hooks post-receive to auto deploy code
My English is not very good. Please bear with me.
I had search this question on stackoverflow and google.But also can't solve this question.
I just want to build a auto deploy enviroment through git ...
1
vote
1answer
339 views
how to add ssh public key to a specific git repo
I have a git repo, i connect via root to push and pull. I have another user i'd like to have access to my repo.
I have got him to create me a public key file for me to add to my servers ...
1
vote
0answers
40 views
Git the remote end up - strange symbols
Why on my "git push" command I get the following very scaring error message?
error: RPC failed; result=22, HTTP code = 0 | 81 KiB/s
fatal: The remote end hung up unexpectedly
Writing objects: 100% ...
0
votes
1answer
94 views
move git repository and files from Ubuntu to OS-X
I've been using Git on my Linux (Ubuntu) machine to track changes to C++ code.
Now, i'm working on Mac (OS-X 10.8), so i though i will just copy the whole folder of sources together with .git from ...
4
votes
1answer
222 views
Git server set up issue
I was setting up my gitserver on a lucid VPS following this tutorial
http://kris.me.uk/2010/09/30/git-repository-server-gitolite.html
It worked up until this line:
src/gl-system-install ~/bin ...
0
votes
0answers
106 views
Git plugin errors in Sublime 2 on Ubuntu [closed]
Just decided to try out the Sublime Text editor on Ubuntu 12.04. But I can't live without Git annotations which works so great in Netbeans. So I installed through Package Control the Git plugin. Set ...



