For those who cant access their profile because it needs auth. #3
apappas1129
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
|
I opened a PR #5 to address the issue described above regarding author and committer not linked to the primary account even with the correct git config. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I just made a silly mistake on expecting the commits to be counted as contribution when pushed on the forked repo |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Because visiting
sync-graph/src/script.js
Line 58 in ca5dcb2
didn't work for me since it requires a strict 2FA , What I did instead was manually visited my profile page and copied the entire html and saved it to an html file sibling to the
script.jsfile. And then I modified the function a bit to just read the file directly instead of usingfetchPageWithPuppeteer.Although I am having trouble with the commit signature because even if I set the username and email identical to my personal github that I want my commits to be registered in,
it didn't actually display the commits as if with the link and photo of my profile. Instead it just looked like this:


instead of something like this:
Beta Was this translation helpful? Give feedback.
All reactions