You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the ubuntu 12.04 with git and ditz from the standard apt-repository.
While testing git-ditz I'll used the setting from Example2 (but changed the branchname to wiki due to my configuration of my cgit server).
I'll used a new repository and created a wiki branch and started using git-ditz from the master branch.
git ditz init results in
>> Using ditz-executable 'ditz'
>> ditz.branch='wiki', working there
Switched to branch 'wiki'
>> ditz init
Project name (enter for "testing"):
If I hit enter there (or type an other project name followed by enter) the the command become stuck.
The reason for this behavior is, that ditz init (run w/o git) asks some further settings interactively which the code in line 112 (| tee $TMP) doesn't handle correctly. To go on you need to type blind the correct resposes to the following questions.
The text was updated successfully, but these errors were encountered:
I'm using the ubuntu 12.04 with git and ditz from the standard apt-repository.
While testing git-ditz I'll used the setting from Example2 (but changed the branchname to wiki due to my configuration of my cgit server).
I'll used a new repository and created a wiki branch and started using git-ditz from the master branch.
git ditz init results in
If I hit enter there (or type an other project name followed by enter) the the command become stuck.
The reason for this behavior is, that
ditz init
(run w/o git) asks some further settings interactively which the code in line 112 (| tee $TMP
) doesn't handle correctly. To go on you need to type blind the correct resposes to the following questions.The text was updated successfully, but these errors were encountered: