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
-
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.js
file. 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:
![image](https://private-user-images.githubusercontent.com/11921291/376251831-02fbaf43-855b-4be7-880a-ea470f8e484c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzA3OTMsIm5iZiI6MTczOTU3MDQ5MywicGF0aCI6Ii8xMTkyMTI5MS8zNzYyNTE4MzEtMDJmYmFmNDMtODU1Yi00YmU3LTg4MGEtZWE0NzBmOGU0ODRjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIyMDEzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM1MTY3M2M1Y2U3YjI5NGUyNmMyZmVhY2E5ZDE5NzExMmZkZmZjZjg4NzE1ZjBlMTI0YzZjY2U4ZWVhZDMyYmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3cEvQy4UsNCORkEBNb0hfw2X6sUM8fs2LEf7ntv7PlY)
![image](https://private-user-images.githubusercontent.com/11921291/376251991-eba1a5e7-cdb5-47c5-ad62-0651f186bb27.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzA3OTMsIm5iZiI6MTczOTU3MDQ5MywicGF0aCI6Ii8xMTkyMTI5MS8zNzYyNTE5OTEtZWJhMWE1ZTctY2RiNS00N2M1LWFkNjItMDY1MWYxODZiYjI3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIyMDEzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI3ZDkwYzY5MjM4MzM2NDk0MmE4NWYxZWZhNjUzYmM2MjQ4ZjJkNjZjOGNhMDgxOWFiMDFkM2RlZDk0YzA1ZTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9O1ujlrtsd_2xMgmU-OuVE8z4oi2YTNzrOxaSCWCAek)
instead of something like this:
Beta Was this translation helpful? Give feedback.
All reactions