Skip to content

fix: remove newline characters in base64 encoding command in README#20

Open
wankaiyi wants to merge 1 commit intolangfuse:mainfrom
wankaiyi:main
Open

fix: remove newline characters in base64 encoding command in README#20
wankaiyi wants to merge 1 commit intolangfuse:mainfrom
wankaiyi:main

Conversation

@wankaiyi
Copy link
Copy Markdown

@wankaiyi wankaiyi commented Dec 9, 2025

On Linux/macOS, the base64 command adds a newline character (\n) after every 76 characters by default.
This can cause an Ahthrization header error.Therefore, I used tr -d '\n' to filter out the newline character.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Dec 9, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants