gemmaro

Results 35 comments of gemmaro

I've seen similar behavior, even when the URL of the Git repository has `.git` at the end. On the other hand, this problem may be workarounded by: **going to "Settings"...

I have a similar problem. The version of GitBucket is 4.34.0. I will maybe share my Nginx config files this weekend.

I'm trying to present a simple public repository on my instance (However, it is a little difficult. This is because when I try to reproduce it as smaller case, it...

~~Here is the simple case: https://vcs.gemmaro.mydns.jp/gemmaro/gb2393~~ Nginx conf: https://gist.github.com/gemmaro/b45f7efbc57906ebb7c5f652e2ef7cbb EDIT: The domain of the repository URL shown above is no longer available, because I couldn't configure the router after moving....

I can reproduce this phenomenon on a local server on macOS too. The page I used for reference is [Installation on Mac](https://github.com/gitbucket/gitbucket/wiki/Installation-on-Mac). 1. `$ brew install gitbucket` 1. `$ brew...

Thank you for checking. I tried at the commit point where #2817 was included (6a1da37e9a6ff3a75290016d4bba10f384562f8b), and the problem still occurs. The following is the full error log when I ran...

You can use the `--port` option or the environment variable `GITBUCKET_PORT` to specify the port number[^cfg]. So I don't know how you are running GitBucket and having trouble. (Maybe Homebrew...

I would like to propose managing translations via Gettext PO files. There are command-line translation management tools such as [Translate Toolkit][tt] and [po4a][]. Since these tools manage translation using common...

Specifying test files with `Rake::TestTask` is like `rake test TEST=test/controllers/some_test.rb`, as in `lib/rake/testtask.rb`. In my setup, it works fine in both cases. Maybe there is another library (Rails?) unrelated to...

Now that #4 has been merged, it looks like this issue can be closed. Since this plugin uses the new Flymake backend feature, `perl -c` no longer exists. Users who...