Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^8: perl in the stars

by soonix (Canon)
on Dec 26, 2022 at 16:33 UTC ( [id://11149093]=note: print w/replies, xml ) Need Help??


in reply to Re^7: perl in the stars
in thread perl in the stars

to elaborate on hippo's reply:
in Re^5: perl in the stars you said:
git remote add origin https://gitlab.com/perlmonks/betelgeuse.git
There are two ways to pull from your repository:
  • HTTPS - which uses the same username and password as their web interface, and is usually read only/pull only
  • (implicit) SSH, which uses an URL starting with git@gitlab.com: instead of https://gitlab.com/ and uses the SSH certificate you uploaded on the setup page
(similiar for other git services)

By the way, is the "perlmonks" part in your URL real? This would imply your user name there is "perlmonks", since the URLs usually are "username/repo-name.git". If you look at your repo in the web interface, there is a (blue) button "Clone" above the file list, which should show you both URLs for HTTPS and SSH.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11149093]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found