pull down to refresh
77 sats \ 6 replies \ @bitcoinplebdev 12 Feb \ parent \ on: Learning to code: My MVP as inspired by PlebDev devs
Sorry about the trouble... Wanna jump on call today? I think we can figure this out in a few mins probably
Today wont work for me. Maybe tomorrow or any day over the weekend.
Hey it’s not your fault. I’m just glad you are responding and helping.
Learning to code has been extremely lonely journey for me .
It’s nice to have someone to chat with and talk out the issues. It keeps me motivated and engaged and not pushing this off.
Because when you are learning alone when you hit an issue you say to yourself oh I’ll get to that tomorrow. Then tomorrow become next week and before you know it you quit.
reply
reply
deleted my other comment because of formatting issues and my edit timer ran out:
Learning to code has been extremely lonely journey for me .It’s nice to have someone to chat with and talk out the issues. It keeps me motivated and engaged and not pushing this off.
Joining the plebdevs discord might help you if you haven't already.
btw, I can only cosign what @bitcoinplebdev mentioned here:
This is a super common Git authentication issue! I have to do some googling everytime I go through this process myself, it's kind of annoying...
But I just realized since it's an authentication problem, using SSH instead of HTTP might help (not sure if mentioning SSH will confuse you even more; I hope not).
So instead of
https://github.com/ekzyis/repo
, I use git@github.com:ekzyis/repo
after I added my SSH public key to my Github account (which I only had to do once).Additionally, I noticed SN swallowed some text in the instructions @bitcoinplebdev gave you, see #884050
reply
Thanks to me fiddling with LN. Nodes over the years I am familiar with SSH just need to remember how to establish a token
reply
Isn't the repository path missing in here?
git remote set-url origin https://YOUR_GITHUB_USERNAME:YOUR_PAT
You only set the username and authentication token, but no path to a repository, so the 404 error @BlokchainB is getting would make sense
edit: oof, our markdown is swallowing some text after @, click here to see the raw text with full instructions
reply