Giter Site home page Giter Site logo

Comments (4)

elbywan avatar elbywan commented on May 27, 2024

Hey @Ultchad,

I'm sorry, but it's hard to understand what the issue is here.
Could you please be more specific about the problem faced when cloning using ssh?

Also, there is a good article about ssh/https git in the github docs.

from hermes-protocol.

Ultchad avatar Ultchad commented on May 27, 2024

with this command:
git clone [email protected]:snipsco/hermes-protocol.git
I need login to github for clone the repository, but it's work

with:
git clone https://github.com/snipsco/hermes-protocol.git no login

But I do not know if it was a desire on your part.
If it's normally, sorry for this issue. it's can be close

from hermes-protocol.

elbywan avatar elbywan commented on May 27, 2024

@Ultchad Thanks for clarifying! 👍

I don't have any strong feeling about that, @anthonyray WDYT?

from hermes-protocol.

anthonyray avatar anthonyray commented on May 27, 2024

Hi @Ultchad ,

You have two possibilities to clone the hermes-protocol repository (as with every repository hosted on Github btw).

  • You can clone with HTTPSurls (git clone https://github.com/snipsco/hermes-protocol.git)
  • You can clone using SSH (git clone [email protected]:snipsco/hermes-protocol.git)

To be able to clone with SSH, you first need to generate a SSH keypair, and add the generated public key to your Github account. When you do so, cloning will not prompt you for your login & password.

When you use to clone using HTTPS you will be prompted for your login and password.

In the documentation, I mention to use SSH to clone the repository, but you can choose any method.

I'm closing for now, let us know if you run into any problem.

from hermes-protocol.

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.