Wiki source code of faq
Version 3.2 by Rudi Marais on 2023/05/22 23:50
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | (% class="wikigeneratedid" %) | ||
| 2 | == disable trusted ssl (when working with vpns) == | ||
| 3 | |||
| 4 | {{{git config --global http.sslVerify false}}} | ||
| 5 | |||
| 6 | == [[fatal: unsafe repository (??? is owned by someone else)>>url:https://stackoverflow.com/questions/71901632/fatal-unsafe-repository-home-repon-is-owned-by-someone-else]] == | ||
| 7 | |||
| 8 | {{{git config --global --add safe.directory *}}} | ||
| 9 | |||
| 10 | |||
| 11 | == convert asp.net from packages.config trick == | ||
| 12 | |||
| 13 | [[https:~~/~~/stackoverflow.com/questions/57581514/vs-2015-to-2017-migrate-to-package-reference-failed>>https://stackoverflow.com/questions/57581514/vs-2015-to-2017-migrate-to-package-reference-failed]] | ||
| 14 | |||
| 15 |