Skip to content

ngocpham1994x/CS50x2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📁 CS50x2022

ERROR 403 when git push

Reminder msg on Discord

Error message:

remote: Permission to ....... denied to ......
fatal: unable to access '......git/': The requested URL returned error: 403

Solution:

git remote set-url <name> [email protected]:<username>/<repo>.git
git push

Example:

/workspaces/CS50x2022/ $ git remote set-url origin [email protected]:ngocpham1994x/CS50x2022.git
/workspaces/CS50x2022/ $ git push

Intro

These are my own work for labs and assginments of CS50x2022 by Harvard College/OpenCourseWare.

In each week, there is a summary of knowledge that is worth to know and practice, as well as some extra shorts, videos or links I find helpful along the way to study for CS50.

Please note: I DON'T USE CS50.h LIBRARY IN MY 2022 WORK

Course materials:

Enjoy and Happy coding! 🤖

Timeline: 📆