TikTok Rizz Party
Explore posts from serversCCoder.com
•Created by TikTok Rizz Party on 1/2/2023 in #help
[git auth] Private repo from github org not found
Hello!
I've noticed that i can't clone private repo from github organizations i'm in. It says
not found
, but i can clone my own private repo easily.
Is it the default behavior and if yes, how can i bypass it?
Best regards and happy new year ^^16 replies
CCoder.com
•Created by TikTok Rizz Party on 12/24/2022 in #help
SSH connection hangs up forever
7 replies
CCoder.com
•Created by TikTok Rizz Party on 12/18/2022 in #help
Refusing to allow an OAuth App to create or update workflow
Hey!
I get this error when i'm trying to push a commit containing changes to github workflow files within a coder workspace:
But i don't understand it very well as OAuth apps doesn't have any scope permissions thing 🤔
I then thought coder was creating a PAT on my behalf but when i go in the list in my github settings there's nothing related to coder...
Are there any way to fix this?
5 replies
CCoder.com
•Created by TikTok Rizz Party on 12/12/2022 in #help
Git authentication doing nothing
Hello!
I've setup git auth following the doc (https://coder.com/docs/coder-oss/latest/admin/git-providers) but when i'm trying to clone a private repo, this problem occurs.
1. Coder shows me this:
2. I click the link
3. I'm redirected to the homepage of my coder web panel (
/workspaces
)
4. Nothing change in my shell after the login
Here's some additional infos:
- my .env is as follow:
- my client id and client secret are from the same OAUTH2 app that is responsible for the authentication in Coder
- this OAUTH2 app is related to another account than the one i'm trying to log into3 replies
CCoder.com
•Created by TikTok Rizz Party on 12/3/2022 in #help
Configure SSH
Hey!
I want to configure the SSH connection on my windows personal computer to bind it with my VPS-hosted Coder, but i'm quite struggling with it 🥲
Reproduction steps:
1. Download the last release on the https://github.com/coder/coder-cli repo
2. Extract the
coder.exe
3. Open a terminal from the directory where the exe is (bc it isn't in the PATH)
4. Run the command ./coder login <my_domain>
5. Getting redirected to <my_domain>/internal-auth?show_token
6. Error 404
What am i doing wrong here?20 replies
CCoder.com
•Created by TikTok Rizz Party on 12/1/2022 in #help
[RESOLVED] [Git] Unable to auto-detect email address
Hey!
I'm trying to make an initial commit to a specific repo during my Docker image build, but it outputs me this error:
PS:
ndi-2022
is the name of my workspace
I then tried to remove this part from my Dockerfile and to execute it directly inside my workspace, but got the same result each time i want to commit.
What am i missing here?
Best regards.5 replies