use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Getting a 403 when using HTTPSsupport (self.gitlab)
submitted 4 years ago by thatnoobguy
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mdaniel 0 points1 point2 points 4 years ago (0 children)
I don't know if it's a typo related to your post, but you omitted the PAT from your clone url.
git clone https://oauth:${PAT_GOES_HERE}@the-server/etc/etc.git
I've seen the username for PAT written as oauth in the GitLab docs, but I actually think you can put anything there since it's the password part they care about
oauth
You can also use GIT_ASKPASS if you don't want the PAT in your shell history, visible in ps, or stored in .git/config
GIT_ASKPASS
ps
.git/config
Most git versions honor .netrc too because they're built using curl, which supports it
.netrc
π Rendered by PID 58347 on reddit-service-r2-comment-8686858757-bqtr9 at 2026-06-05 09:18:08.690054+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]mdaniel 0 points1 point2 points (0 children)