Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • code-webis-cmd code-webis-cmd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • code-genericcode-generic
  • code-webis-cmdcode-webis-cmd
  • Wiki
  • git setup

git setup · Changes

Page history
Update git setup authored Oct 02, 2020 by Johannes Kiesel's avatar Johannes Kiesel
Hide whitespace changes
Inline Side-by-side
git-setup.md
View page @ 5bf4cf7e
......@@ -104,4 +104,14 @@ From there, go to *Settings* to configure the plugin, enter https://git.webis.de
The *Access Token* must be generated from your [GitLab Profile Page](https://git.webis.de/profile/personal_access_tokens).
After you click *Refresh*, you will see our project groups, which you can expand to find and clone individual projects.
\ No newline at end of file
After you click *Refresh*, you will see our project groups, which you can expand to find and clone individual projects.
# Troubleshooting
Change mail:
- On webis.uni-weimar.de
```
sudo gitlab-rails console # takes some time
myuser = User.find_by_username('<username>')
myuser.email = "<email>"
myuser.save
```
\ No newline at end of file
Clone repository
  • git admin tools
  • git setup
  • Home
  • webis cmd installation