Skip to main content

2 posts tagged with "git"

View All Tags

· 2 min read
Ang Xuan Ze

Introduction

Mac OSX 13 Ventura is finally released and available for update. But did it mess things up..?

What Happened

After updating, everything seems perfect, and to be honest there aren't any noticable changes to the overall experience. No news is good news. However, the first abnormality appears when I wanted to push some stuff.

git-permission-denied-osx-ventura-1

Hmmm... nothing was changed tho...

· One min read
Ang Xuan Ze

Introduction

So when I was building this school project, I encountered a requirement to write soem data into local files.

Basically, these are so called temporary files or caches, folders are created during runtime.

Sounds straight forward enough, what's the problem here?