TikTok Rizz Party
TikTok Rizz Party
Explore posts from servers
CCoder.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
No description
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:
(refusing to allow an OAuth App to create or update workflow `.github/workflows/build.yml` without `workflow` scope)
(refusing to allow an OAuth App to create or update workflow `.github/workflows/build.yml` without `workflow` scope)
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:
Open the following URL to authenticate with Git:

https://<my_domain>/gitauth/primary-github
Open the following URL to authenticate with Git:

https://<my_domain>/gitauth/primary-github
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:
# git
CODER_GITAUTH_0_ID=primary-github
CODER_GITAUTH_0_TYPE=github
CODER_GITAUTH_0_CLIENT_ID=<my_oauth2_app_client_id>
CODER_GITAUTH_0_CLIENT_SECRET=<my_oauth2_app_client_secret>
# git
CODER_GITAUTH_0_ID=primary-github
CODER_GITAUTH_0_TYPE=github
CODER_GITAUTH_0_CLIENT_ID=<my_oauth2_app_client_id>
CODER_GITAUTH_0_CLIENT_SECRET=<my_oauth2_app_client_secret>
- 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 into
3 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:
Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'coder@ndi-2022.(none)')
Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'coder@ndi-2022.(none)')
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