Online project hosting using Git.
0
votes
0answers
12 views
SSH to a server and clone from git repo on ec2 instance
I'm trying to ssh to a folder in server and clone directly from a Git repo setup on an amazon ec2 instance. When i execute the commands
below, it shows the code is being cloned on the server but when ...
1
vote
0answers
120 views
Ubuntu 13.04: can't connect to many sites (including github) in Firefox and Chrome
[I have posted the same issue on Ubuntu forums: http://ubuntuforums.org/showthread.php?t=2145713 . I am repeating it here to see if I can find an answer here.]
I installed Ubuntu 13.04 recently, and ...
2
votes
1answer
40 views
How can I merge unversioned MonoDevelop code back into a git repository?
My group partner and I are creating a MySQL database application with a GTK# frontend. Our application consists of a main window with information displayed in multiple tabs. My partner started most of ...
1
vote
0answers
148 views
how to install stormcloud from source?
I want to install the weather app Stormcloud from the source on GitHub (found here)
https://github.com/consindo/stormcloud
I downloaded the zip file and opened the README file inside it. It told me ...
2
votes
1answer
197 views
How to user multiple ssh keys with different accounts and hosts
i have multiple ssh keys and i have also have account on bitbucket and github. how when ever i use pull it gives me error
:/var/www/proj$ git pull origin master
conq: repository access denied.
...
1
vote
1answer
120 views
Bash function to open git repository with browser
I'm trying to create a bash function so I can get this.
The user, via terminal, goes to the git project path like:
/home/daniel/projects/my_super_project
So the user will type open and the browser ...
4
votes
1answer
50 views
How to set up Launchpad to import from GitHub?
I'm setting up my first Launchpad project.
In this case I would like to import from the Master branch from my GitHub project - the default branch is not Master - it is a release branch currently ...
10
votes
1answer
134 views
Can I use the Launchpad translation service for my GitHub project?
For historical reasons, the project I co-author is on GitHub and we feel comfortable with its development processes. Thus we don't particularly want to migrate the whole project to Launchpad and ...
7
votes
3answers
716 views
Connection timeout when accessing Github
I have exactly the same problem as described here: http://stackoverflow.com/questions/12849986/connection-timeout-when-accessing-github
So I'll just copy & paste:
I have some weird problems. ...
0
votes
2answers
197 views
Make command not working
I want to compile a game from github. I followed this guide http://powdertoy.co.uk/Wiki/W/Compiling_for_Linux.html and when I get to the end when I need to use the make command to compile i get the ...
0
votes
1answer
185 views
Accessing github on ubuntu through squid proxy
I am not able to clone a particular github branch !
It shows following error when I try to do so.
Cloning into 'ws'...
error: The requested URL returned error: 407 while ...
1
vote
2answers
287 views
Can GitHub For Windows run on Ubuntu with WINE?
I tried the recently launched GitHub for Windows App. Its pretty cool.
I just wanted to try it on Ubuntu too. Even if it cant do most things its fine, I just want to try it out.
But I'm unable to ...
5
votes
0answers
1k views
Best way to Install Ruby 1.9, Rails 3, Postgres, Heroku, GitHub, Using RVM? [duplicate]
Possible Duplicate:
How do I set up Ruby on Rails?
Best way to Install RUBY 1.9, Rails 3, Postgres, Heroku, GitHub, Using RVM
Can anyone suggest me the way in which should I follow to ...
31
votes
4answers
5k views
Why does Ubuntu use Launchpad instead of GitHub or Bitbucket?
I've been wondering why most Ubuntu projects use Launchpad.net instead of GitHub for the Version Control and bug tracking system. Is there a specific reason as to why Ubuntu uses launchpad (and hence ...


