in reply to Re^3: perl in the stars
in thread perl in the stars
Replies are listed 'Best First'. | |
---|---|
Re^5: perl in the stars
by Aldebaran (Curate) on Dec 19, 2022 at 20:15 UTC | |
Thx, hippo, I had gotten that far. I was able to find syntax help at gitlab help forum.
But I still can't get over the hump. I try to imitate what I remember doing with github, but I'm not getting through the usual command sequence:
I am making progress:
What am I missing now? Other Git ResourcesCheers, | [reply] [d/l] [select] |
by hippo (Archbishop) on Dec 19, 2022 at 22:36 UTC | |
fritz@laptop:~/Documents/gitlab1$ git init This command has worked and has created an empty repo. Nothing you have done after that has put anything into the local repo at all. This is the crux of the problem. See Git Basics - Getting a Git Repository for some info on how to put things into your local repo and perhaps you can take it from there. 🦛 | [reply] [d/l] |
by Aldebaran (Curate) on Dec 25, 2022 at 08:11 UTC | |
Thx, hippo, I keep pecking away at the right markup for these commands, but I just can't get the ball to go down:
I'm getting closer, but I'm confused. What was the whole point of setting up an SSH key if they are asking me for a password? BTW, I think I got the password right.
Fishing for tips, and have a Happy 4th Day of Solstice! Yay Darkness!!! | [reply] [d/l] [select] |
by hippo (Archbishop) on Dec 25, 2022 at 10:17 UTC | |
by soonix (Chancellor) on Dec 26, 2022 at 16:33 UTC | |
by soonix (Chancellor) on Dec 20, 2022 at 09:59 UTC | |
git remote add origin https://gitlab.com/perlmonks/betelgeuse.gityou should do Although this URL doesn't mention ssh, it will use it. | [reply] [d/l] [select] |
by Aldebaran (Curate) on Jan 02, 2023 at 08:46 UTC | |
I'm trying to get there soonix, but I can't get the ball to drop: git remote add origin git@gitlab.com:perlmonks/simbad2.gitstrike 1 git remote add origin git@gitlab.com/tallharry66/simbad2.gitstrike 2 git remote add origin git@gitlab.com/perlmonks/simbad3.gitCasey's back on the mound:
Busto again. I know I've lost it when I see:
Trying to understand this: git basics working with remotes Just can't git her done.... | [reply] [d/l] [select] |
by hippo (Archbishop) on Jan 02, 2023 at 10:58 UTC | |
by Aldebaran (Curate) on Jan 03, 2023 at 01:45 UTC |