rdf / verb npm-session
0 likes
0 forks
1 files
Last active
1 | npm安装时,报错rollbackFailedOptional: verb npm-session的解决办法 |
2 | |
3 | 1. 先设置代理 |
4 | npm config set registry http://registry.npm.taobao.org |
5 | |
6 | 2. 再安装 |
7 | npm install xxx |
8 | |
9 | #npm install anichart -g # -g:global 存放到 "D:\NodeJs\node_global" 【默认安装目录】 |
root / docker-compose
0 likes
0 forks
1 files
Last active
1 | version: "3" # 表示该docker-compose.yml文件使用的是Version 3 |
2 | services: # 为project定义服务 |
3 | nginx: # 指定服务名称 |
4 | image: nginx # 指定服务所使用的镜像 |
5 | ports: # 暴露端口信息 |
6 | - 80:80 |
7 | volumes: |
8 | - ./html:/usr/share/nginx/html |
9 | - ./conf.d:/etc/nginx/conf.d |
10 | - ./nginx.conf:/etc/nginx/nginx.conf |
root / gist:30648fe36d004085b5f45e4afcd454ce
0 likes
0 forks
1 files
Last active
1 | https://ui.shadcn.com/ |
root / gist:c8f88e8a2f2a4fb3af212bb8bd65b3d1
0 likes
0 forks
1 files
Last active
1 | # WARNING: This value is valid only in the following conditions |
2 | # 1. If provided manually (either via `GITLAB_ROOT_PASSWORD` environment variable or via `gitlab_rails['initial_root_password']` setting in `gitlab.rb`, it was provided before database was seeded for the first time (usually, the first reconfigure run). |
3 | # 2. Password hasn't been changed manually, either via UI or via command line. |
4 | # |
5 | # If the password shown here doesn't work, you must reset the admin password following https://docs.gitlab.com/ee/security/reset_user_password.html#reset-your-root-password. |
6 | |
7 | Password: pnKcqZIhbjQBelh2N8KOlH4TyfwFOJtjQVmj2vKVcbI= |
8 | |
9 | # NOTE: This file will be automatically deleted in the first reconfigure run after 24 hours. |
root / gist:0fe8e9e7f2304f58ba14608af914dbca
0 likes
0 forks
1 files
Last active
1 | test |
Newer
Older