Skip to content
View joezin's full-sized avatar

Block or report joezin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
.github/profile/README.md

image

GitHub Community is built to support all GitHub users on their educational journey, via Discussions. It is a resource hub, learning portal, and inspiration station, all in one. Regardless of how big or small your challenge is, all resources and information will be accessible in a true open source fashion.

Quick Start

Documentation

Other Ways to Participate

Quick note on 3rd party integrations

Due to an overwhelming number of suspicious requests from community members for 3rd party apps and integrations to this org, we've turned off "Allow integration requests from outside collaborators".

Quick note on temporary interaction limits

In an effort to reduce spammy behavior, we are instituting temporary interaction limits to bar accounts less than 24hrs-old from participating in the github.com/community Discussions space. Accounts that are at least 24hrs old will be able to post and interact as normal.

If your account is less than 24hrs old and you have a question, please try using the Discussions search bar above to see if your question has already been asked or simply wait a day. We apologize if this causes any inconvenience.

If you'd like to learn more about implementing temporary interaction limits in your own orgs and repos, please read up on the official documentation here.

检查权限

ls -la ~/.git-credentials

检查 Git 配置

git config --list | grep credential

检查凭证存储配置

git config --global credential.helper

检查凭证存储配置

secretservice

检查凭证文件

cat ~/.git-credentials

检查 Git 用户信息

git config --global user.name git config --global user.email

测试凭证是否生效

git ls-remote https://github.com/dinhchow/.github.git

1. 完全清理所有凭证

echo "=== 清理所有凭证 ===" git config --global --unset-all credential.helper rm -f ~/.git-credentials security delete-generic-password -a dinhchow -s github.com -l "GitHub" 2>/dev/null || echo "没有找到旧凭证"

2. 重新设置凭证管理

echo "=== 设置凭证管理 ===" git config --global credential.helper osxkeychain

3. 强制要求重新认证

echo "=== 测试连接(将提示输入凭证)===" git credential reject protocol=https host=github.com

4. 测试连接

echo "=== 尝试连接 GitHub ===" git ls-remote https://github.com/dinhchow/.github.git

Pinned Loading

  1. LibreChat Public template

    Forked from danny-avila/LibreChat

    Enhanced ChatGPT Clone: Features Agents, DeepSeek, Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message se…

    TypeScript 1

  2. live-api-web-console Public

    Forked from google-gemini/live-api-web-console

    A react-based starter app for using the Live API over websockets with Gemini

    TypeScript 1

  3. gemma-cookbook Public

    Forked from google-gemini/gemma-cookbook

    A collection of guides and examples for the Gemma open models from Google.

    Jupyter Notebook 1