diff --git a/AEC Literature/B30 Exterior Horizontal Enclosures/Siding Options.md b/AEC Literature/B30 Exterior Horizontal Enclosures/Siding Options.md index e5eefc3..0d96f5e 100644 --- a/AEC Literature/B30 Exterior Horizontal Enclosures/Siding Options.md +++ b/AEC Literature/B30 Exterior Horizontal Enclosures/Siding Options.md @@ -19,3 +19,9 @@ | MCM Panels | Centria | | https://www.centria.com/ | | | MCM Panels | Kingspan | | https://www.kingspan.com | | | Resin Panels | Trespa | | https://www.trespa.com/ | | + + +https://resawntimberco.com/ + \ No newline at end of file diff --git a/BIM/Workflow/OD Workflows.md b/BIM/Workflow/OD Workflows.md index 98c56f5..c6b3bd9 100644 --- a/BIM/Workflow/OD Workflows.md +++ b/BIM/Workflow/OD Workflows.md @@ -4,10 +4,10 @@ - If you go [here](https://gitlab.com/openingdesign) you can see a list of current and past projects and their associated chat rooms. - Majority of these rooms are public where past conversations can be reviewed by anyone, at anytime. - - There are private channels, however, as well. + - There are private channels, however, as well. - To install, go to https://element.io/get-started - - Element has apps for Web, Android, iOS, macOS, Windows & Linux - - Search and connect with ```@theoryshaw:matrix.org``` (Ryan Schultz) + - Element has apps for Web, Android, iOS, macOS, Windows & Linux + - Search and connect with ```@theoryshaw:matrix.org``` (Ryan Schultz) ### File Management on Windows @@ -63,16 +63,21 @@ - Run **Git Bash** in administrator mode, like [this](https://www.dropbox.com/s/wk3l5weh1pt70oh/3TOLBa3Rs0.mp4?dl=0) and do the following 4 commands. Do them in the exact following order. 1. `git config --system core.longpaths true` - - Long answer [here](https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows/22575737#22575737) - 1. `git config --system --unset core.autocrlf` - 1. `git config --global core.autocrlf true` - 1. `git config --global core.compression 0` - - Long answer [here](https://stackoverflow.com/a/22317479) + - Long answer [here](https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows/22575737#22575737) + 2. `git config --system --unset core.autocrlf` + 3. `git config --global core.autocrlf true` + 4. `git config --global core.compression 0` + - Long answer [here](https://stackoverflow.com/a/22317479) - Create accounts at... - - Gitlab: https://gitlab.com/users/sign_up - - Github: https://github.com/join + - Gitlab: go to https://gitlab.com/users/sign_up to create an account + - Then set up Personal Access Token [here](https://gitlab.com/-/profile/personal_access_tokens) + - ![](imgs/Gitlab_Personal_Access_Tokens_1.png) + - Save the following token 'password' and don't share with anyone! You will use this as a 'password' for pushing stuff to/from TortoiseGit + ![](imgs/Gitlab_Personal_Access_Tokens_2.png) + - Github: go to https://github.com/join to create an account + - Then set up Personal Access Token [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) - Download and install https://tortoisegit.org/download/ @@ -97,20 +102,13 @@ --- - - - ### Cloning a Repo for the First Time *Essentionally ''cloning' a repo means you're downloading the entire project folder onto your local machine. Once it pulled down (downloaded) you don't have to clone it again.* - - *After it's cloned, if there's a change on the repo you want to pull down to your local machine, follow the steps in the following section: [Pulling the latest changes down from the remote repo](#pulling-the-latest-changes-down-from-the-remote-repo)*. - - -1. Copy the HTTPS address from either Github or Gitlab. +1. Copy the **HTTPS** *(not SSH)* address from either Github or Gitlab. - From Gitlab... - ![](imgs/Gitlab_https.png) - From Github... @@ -218,10 +216,6 @@ If your file ever gets above 100mbs and you can't push to Github, try... --- - - - - ### Markdown Editor - We use markdown a lot. [Here's](https://yorik.uncreated.net/blog/2021-015-markdown) why. @@ -242,8 +236,6 @@ If your file ever gets above 100mbs and you can't push to Github, try... ### Random Errors - - - warning: LF will be replaced by CRLF. - Solution @@ -272,28 +264,31 @@ If your file ever gets above 100mbs and you can't push to Github, try... - `git config --global http.postBuffer 157286400` - [rm -f .git/index.lock](https://stackoverflow.com/questions/9282632/git-index-lock-file-exists-when-i-try-to-commit-but-cannot-delete-the-file/11466435#11466435) + + - [video](https://www.dropbox.com/s/msj8heiq7ryefy1/2022-02-03_10-48-13.mp4?dl=0) + - Might solve following errors + - `git did not exit cleanly (exit code 128)` + - This error might be because there's a - assume-unchanged and skip-worktree flags - https://fallengamer.livejournal.com/93321.html - - Record audio and mic on ShareX: https://softwarerecs.stackexchange.com/questions/42767/screen-recording-tool-that-records-both-speaker-o-p-as-well-as-mic-input/74728#74728 - ```-f dshow -i audio="virtual-audio-capturer" -filter_complex amix=inputs=2:duration=longest``` - Keycast: https://github.com/bfritscher/carnac/releases -- If Gitlab password is not working: https://stackoverflow.com/questions/47860772/gitlab-remote-http-basic-access-denied-and-fatal-authentication/51133684#51133684 +- If Gitlab password is not working: https://stackoverflow.com/questions/47860772/gitlab-remote-http-basic-access-denied-and-fatal-authentication/51133684#51133684 %t%pn%y-%mo-%d_%h-%mi-%s_%pn - \ No newline at end of file diff --git a/BIM/Workflow/imgs/Gitlab_Personal_Access_Tokens_1.png b/BIM/Workflow/imgs/Gitlab_Personal_Access_Tokens_1.png new file mode 100644 index 0000000..4c9d416 Binary files /dev/null and b/BIM/Workflow/imgs/Gitlab_Personal_Access_Tokens_1.png differ diff --git a/BIM/Workflow/imgs/Gitlab_Personal_Access_Tokens_2.png b/BIM/Workflow/imgs/Gitlab_Personal_Access_Tokens_2.png new file mode 100644 index 0000000..920f01c Binary files /dev/null and b/BIM/Workflow/imgs/Gitlab_Personal_Access_Tokens_2.png differ