Git Product home page Git Product logo

Comments (6)

asedge avatar asedge commented on May 24, 2024

@davidcfk What version of the gem are you using? I have submitted some code that was merged (#66) in Sept to improve the shell arg parsing but it has not been packaged into an updated gem yet. Could you get the latest code from the repo here and try using that for now?

from gitlab.

davidcfk avatar davidcfk commented on May 24, 2024

Thanks, I was using the 3.2.0 ( i just followed the installation instructions on the site ): since then, I've just been using the gitlab directly from the prompt (rather than entering shell), that worked perfectly for me!

from gitlab.

asedge avatar asedge commented on May 24, 2024

I've confirmed that this works with the latest code on the master branch:

gitlab> create_ssh_key test "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhyVYP6zCH6zd7dkV/XYqYgTIb9qvqC7Vq/ghVTIFTLEWpa6Lvjs5VTli78uaB/U1Ftg6QBpvWnvABvLmC02Ia8R72XBeHAlG4hYzCFjv/234esbYMxtuV7/YXdZwe/YDlPtZv7/N+d9hA4SFxk72xyklesd5iNRTMMX0/L6IPUC0vLcSKhUKIYtBoalWRGrBrLSHy9+5cOem1iHSOBHfHParQR406ZsSk+w3mPQrIkEZ6IDq89aA8PjFj7av37AWxDRcsS2pI07QlhIy2I7COKRO8GJ6UGWRgflJi/iVldI0T1a9BQDGxpMQSLovTSFOjXR73kglnZ8lVg84tqDDD sean@wiggum"                                                  
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Gitlab.create_ssh_key test, ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhyVYP6zCH6zd7dkV/XYqYgTIb9qvqC7Vq/ghVTIFTLEWpa6Lvjs5VTli78uaB/U1Ftg6QBpvWnvABvLmC02Ia8R72XBeHAlG4hYzCFjv/234esbYMxtuV7/YXdZwe/YDlPtZv7/N+d9hA4SFxk72xyklesd5iNRTMMX0/L6IPUC0vLcSKhUKIYtBoalWRGrBrLSHy9+5cOem1iHSOBHfHParQR406ZsSk+w3mPQrIkEZ6IDq89aA8PjFj7av37AWxDRcsS2pI07QlhIy2I7COKRO8GJ6UGWRgflJi/iVldI0T1a9BQDGxpMQSLovTSFOjXR73kglnZ8lVg84tqDDD sean@wiggum |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at | 2014-11-27T18:00:46.036Z                                                                                                                                                                                                                                                                                                                                                                                 |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| id         | 4                                                                                                                                                                                                                                                                                                                                                                                                        |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| key        | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhyVYP6zCH6zd7dkV/XYqYgTIb9qvqC7Vq/ghVTIFTLEWpa6Lvjs5VTli78uaB/U1Ftg6QBpvWnvABvLmC02Ia8R72XBeHAlG4hYzCFjv/234esbYMxtuV7/YXdZwe/YDlPtZv7/N+d9hA4SFxk72xyklesd5iNRTMMX0/L6IPUC0vLcSKhUKIYtBoalWRGrBrLSHy9+5cOem1iHSOBHfHParQR406ZsSk+w3mPQrIkEZ6IDq89aA8PjFj7av37AWxDRcsS2pI07QlhIy2I7COKRO8GJ6UGWRgflJi/iVldI0T1a9BQDGxpMQSLovTSFOjXR73kglnZ8lVg84tqDDD sean@wiggum |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| title      | test                                                                                                                                                                                                                                                                                                                                                                                                     |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
gitlab>

@NARKOZ Safe to close?

from gitlab.

davidcfk avatar davidcfk commented on May 24, 2024

Thanks, I see, so I had to clone this master branch in order for it to work. Originally I just did
gem install gitlab but I can confirm now on a different machine this does not work (despite being on version 3.2.0)

Here are the correct steps to installing (for me) if you wish to update the README.md document:

git clone https://github.com/NARKOZ/gitlab.git
cd gitlab
gem build gitlab.gemspec
sudo gem install ./gitlab-3.2.0.gem #For cases that plain installing the gem without sudo doesn't work

That should have the updated 3.2.0 copy installed rather than the one that's out of the standard gem install gitlab

If this is just a nuance on a couple of my machines let me know, I tried on two MacOSX as well as a Debian7 to confirm this behavior. Thanks!

from gitlab.

NARKOZ avatar NARKOZ commented on May 24, 2024

@davidcfk manual build instructions are described on the website

http://narkoz.github.io/gitlab/installation

from gitlab.

davidcfk avatar davidcfk commented on May 24, 2024

Ohhhhh thanks! I'm obviously oblivious I clicked on Documentation rather
than Website when I went to the site... Thanks for that!

On Fri, Nov 28, 2014 at 4:27 PM, Nihad Abbasov [email protected]
wrote:

@davidcfk https://github.com/davidcfk manual build instructions are
described on the website

http://narkoz.github.io/gitlab/installation


Reply to this email directly or view it on GitHub
#86 (comment).

from gitlab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.