1
0
Fork 0

Fix backticks

pull/4964/head
Jordi Boggiano 2016-02-25 15:44:15 +00:00
parent a63f8d511e
commit c0883d85fa
1 changed files with 3 additions and 3 deletions

View File

@ -331,9 +331,9 @@ for everyone.
## Composer hangs with SSH ControlMaster
When you try to install packages from a Git repository and you use the ```ControlMaster```
setting for you SSH connection Composer might just hang endlessly and you see a ```sh```
process in the ```defunct``` state in your process list
When you try to install packages from a Git repository and you use the `ControlMaster`
setting for you SSH connection Composer might just hang endlessly and you see a `sh`
process in the `defunct` state in your process list
The reason for this is a SSH Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1988