标签:lin settings href not round address ges china login
排错小技巧:在设置邮件服务器比如设置如下:
gitlab_rails[‘gitlab_email_from‘] = ‘gitlab@aishangwei.net‘
gitlab_rails[‘gitlab_email_reply_to‘] = ‘gitlab@aishangwei.net‘
gitlab_rails[‘smtp_enable‘] = true
gitlab_rails[‘smtp_address‘] = "smtp.mxhichina.com"
gitlab_rails[‘smtp_port‘] = 25
gitlab_rails[‘smtp_user_name‘] = "gitlab@aishangwei.net"
gitlab_rails[‘smtp_password‘] = "W-123456"
gitlab_rails[‘smtp_domain‘] = "mxhichina.com"
gitlab_rails[‘smtp_authentication‘] = "login"
设置 完成后运行以下命令测试:
gitlab-rails console
Notify.test_email(‘destination_email@address.com‘, ‘Message Subject‘, ‘Message Body‘).deliver_now
Guest | Reporter | Developer | Master | Owner | |
Create new issues | * | * | * | * | * |
Leave comments | * | * | * | * | * |
Pull the project code | * | * | * | * | |
Download a project | * | * | * | * | |
Create code snippets | * | * | * | * | |
Create new merge requests | * | * | * | ||
Push changes to nonprotected branches | * | * | * | ||
Remove nonprotected branches | * | * | * | ||
Add tags | * | * | * | ||
Write a wiki | * | * | * | ||
Manage the issue tracker | * | * | * | ||
Add new team members | * | * | |||
Push changes to protected branches | * | * | |||
Manage the branch protection | * | * | |||
Manage Git tags | * | * | |||
Edit the project | * | * | |||
Add deploy keys to the project | * | * | |||
Configure the project hooks | * | * |
标签:lin settings href not round address ges china login
原文地址:https://www.cnblogs.com/zangxueyuan/p/9222014.html